Searched defs:inst_id (Results 1 - 10 of 10) sorted by relevance

/system/bt/stack/srvc/
H A Dsrvc_battery_int.h52 UINT8 inst_id; member in struct:__anon1294
/system/bt/btif/src/
H A Dbtif_gatt_multi_adv_util.c66 /* Storing both client_if and inst_id details */
101 int btif_multi_adv_add_instid_map(int client_if, int inst_id, BOOLEAN gen_temp_instid) argument
115 // Write the final inst_id value obtained from stack layer
116 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
123 //Store the passed in inst_id value
124 if (inst_id != INVALID_ADV_INST)
125 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
145 if (inst_id != INVALID_ADV_INST)
146 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
171 // Retrieve the existing inst_id fo
463 btif_gattc_cleanup_inst_cb(int inst_id, BOOLEAN stop_timer) argument
499 int inst_id = btif_multi_adv_instid_for_clientif(client_if); local
[all...]
H A Dbtif_gatt_client.c177 uint8_t inst_id; member in struct:__anon651
643 if (0xFF != p_btif_cb->inst_id)
644 btif_multi_adv_add_instid_map(p_btif_cb->client_if, p_btif_cb->inst_id, false);
825 static void bta_gattc_multi_adv_cback(tBTA_BLE_MULTI_ADV_EVT event, UINT8 inst_id, argument
841 BTIF_TRACE_DEBUG("%s -Inst ID %d, Status:%x, client_if:%d",__FUNCTION__,inst_id, call_status,
845 btif_cb.inst_id = inst_id;
1495 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); local
1497 if (inst_id >= 0 && cbindex >= 0 && NULL != p_inst_cb)
1502 BTA_BleUpdateAdvInstParam((UINT8)inst_id,
1514 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if); local
1538 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); local
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.c68 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt) argument
72 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id;
114 UINT8 *p = p_params->p_param_buf, inst_id; local
128 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
130 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
132 if (opcode != subcode || inst_id == 0)
138 p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
148 btm_multi_adv_cb.p_adv_inst[inst_id-1].in_use = FALSE;
182 (p_inst->p_cback)(cb_evt, inst_id, p_ins
199 btm_ble_enable_multi_adv(BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt) argument
487 btm_ble_multi_adv_reenable(UINT8 inst_id) argument
615 BTM_BleUpdateAdvInstParam(UINT8 inst_id, tBTM_BLE_ADV_PARAMS *p_params) argument
661 BTM_BleCfgAdvInstData(UINT8 inst_id, BOOLEAN is_scan_rsp, tBTM_BLE_AD_MASK data_mask, tBTM_BLE_ADV_DATA *p_data) argument
717 BTM_BleDisableAdvInstance(UINT8 inst_id) argument
876 btm_ble_multi_adv_get_ref(UINT8 inst_id) argument
[all...]
/system/bt/service/
H A Dgatt_server.cpp218 int inst_id = 0; local
226 ++inst_id;
230 return GattIdentifier::CreateServiceId("", inst_id, uuid, is_primary);
239 int inst_id = 0; local
247 ++inst_id;
253 inst_id, uuid, pending_decl_->service_id);
264 int inst_id = 0; local
287 ++inst_id;
295 return GattIdentifier::CreateDescriptorId(inst_id, uuid, char_id);
/system/bt/bta/dm/
H A Dbta_dm_api.c1418 ** Parameters inst_id: Adv instance to update the parameter.
1424 void BTA_BleUpdateAdvInstParam (UINT8 inst_id, tBTA_BLE_ADV_PARAMS *p_params) argument
1434 p_msg->inst_id = inst_id;
1448 ** Parameter inst_id: Adv instance to configure the adv data or scan response.
1458 void BTA_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp, argument
1465 p_msg->inst_id = inst_id;
1479 ** Parameter inst_id: instance ID to disable.
1484 void BTA_BleDisableAdvInstance(UINT8 inst_id) argument
[all...]
H A Dbta_dm_int.h519 UINT8 inst_id; member in struct:__anon115
526 UINT8 inst_id; member in struct:__anon116
535 UINT8 inst_id; member in struct:__anon117
/system/bt/bta/hh/
H A Dbta_hh_le.c590 UINT8 inst_id)
609 p_rpt->char_inst_id == inst_id))
616 p_rpt->char_inst_id = inst_id;
1571 APPL_TRACE_DEBUG("%s: have HID service inst_id= %d", __func__, p_dev_cb->hid_srvc.srvc_inst_id);
587 bta_hh_le_find_alloc_report_entry(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst_id, UINT16 rpt_uuid, UINT8 inst_id) argument
/system/bt/bta/include/
H A Dbta_gatt_api.h57 UINT8 inst_id; /* instance ID */ member in struct:__anon346
/system/bt/stack/include/
H A Dbtm_ble_api.h501 typedef void (tBTM_BLE_MULTI_ADV_CBACK)(tBTM_BLE_MULTI_ADV_EVT evt, UINT8 inst_id,
506 UINT8 inst_id; member in struct:__anon1102
1743 ** Parameters inst_id: adv instance ID
1749 extern tBTM_STATUS BTM_BleUpdateAdvInstParam (UINT8 inst_id, tBTM_BLE_ADV_PARAMS *p_params);
1758 ** Parameters inst_id: adv instance ID
1766 extern tBTM_STATUS BTM_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp,
1776 ** Parameters inst_id: adv instance ID
1781 extern tBTM_STATUS BTM_BleDisableAdvInstance (UINT8 inst_id);

Completed in 350 milliseconds