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

/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_co.h34 UINT8 inst_id; member in struct:__anon832
H A Dbta_gatt_api.h56 UINT8 inst_id; /* instance ID */ member in struct:__anon762
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_battery_int.h52 UINT8 inst_id; member in struct:__anon1723
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_multi_adv_util.c63 /* Storing both client_if and inst_id details */
106 int btif_multi_adv_add_instid_map(int client_if, int inst_id, BOOLEAN gen_temp_instid) argument
120 // Write the final inst_id value obtained from stack layer
121 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
128 //Store the passed in inst_id value
129 if (inst_id != INVALID_ADV_INST)
130 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
150 if (inst_id != INVALID_ADV_INST)
151 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
176 // Retrieve the existing inst_id fo
505 btif_gattc_cleanup_inst_cb(int inst_id, BOOLEAN stop_timer) argument
606 int inst_id = btif_multi_adv_instid_for_clientif(client_if); local
[all...]
H A Dbtif_gatt_client.c183 uint8_t inst_id; member in struct:__anon1068
637 if (0xFF != p_btif_cb->inst_id)
638 btif_multi_adv_add_instid_map(p_btif_cb->client_if, p_btif_cb->inst_id, false);
807 static void bta_gattc_multi_adv_cback(tBTA_BLE_MULTI_ADV_EVT event, UINT8 inst_id, argument
823 BTIF_TRACE_DEBUG("%s -Inst ID %d, Status:%x, client_if:%d",__FUNCTION__,inst_id, call_status,
827 btif_cb.inst_id = inst_id;
1568 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); local
1570 if (inst_id >= 0 && cbindex >= 0 && NULL != p_inst_cb)
1575 BTA_BleUpdateAdvInstParam((UINT8)inst_id,
1587 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if); local
1607 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); local
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_multi_adv.c53 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt) argument
57 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id;
99 UINT8 *p = p_params->p_param_buf, inst_id; local
113 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
115 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
117 if (opcode != subcode || inst_id == 0)
123 p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
131 btm_multi_adv_cb.p_adv_inst[inst_id-1].inst_id
182 btm_ble_enable_multi_adv(BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt) argument
468 btm_ble_multi_adv_reenable(UINT8 inst_id) argument
596 BTM_BleUpdateAdvInstParam(UINT8 inst_id, tBTM_BLE_ADV_PARAMS *p_params) argument
642 BTM_BleCfgAdvInstData(UINT8 inst_id, BOOLEAN is_scan_rsp, tBTM_BLE_AD_MASK data_mask, tBTM_BLE_ADV_DATA *p_data) argument
696 BTM_BleDisableAdvInstance(UINT8 inst_id) argument
854 btm_ble_multi_adv_get_ref(UINT8 inst_id) argument
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h195 UINT8 inst_id; /* share service instance ID and report instance ID, as member in struct:__anon624
H A Dbta_hh_le.c139 APPL_TRACE_DEBUG("\t\t [%s- 0x%04x] [Type: %s], [ReportID: %d] [inst_id: %d] [Clt_cfg: %d]",
144 p_rpt->inst_id,
351 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output) argument
353 p_output->inst_id = inst_id;
366 void bta_hh_le_fill_16bits_srvc_id(BOOLEAN is_pri, UINT8 inst_id, UINT16 srvc_uuid, argument
371 bta_hh_le_fill_16bits_gatt_id(inst_id, srvc_uuid, &p_output->id);
383 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid, argument
387 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output);
483 p_rpt->inst_id
538 bta_hh_le_find_alloc_report_entry(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst_id, UINT16 rpt_uuid, UINT8 inst_id, UINT8 prop) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c2051 ** Parameters inst_id: Adv instance to update the parameter.
2057 void BTA_BleUpdateAdvInstParam (UINT8 inst_id, tBTA_BLE_ADV_PARAMS *p_params) argument
2067 p_msg->inst_id = inst_id;
2082 ** Parameter inst_id: Adv instance to configure the adv data or scan response.
2092 void BTA_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp, argument
2105 p_msg->inst_id = inst_id;
2120 ** Parameter inst_id: instance ID to disable.
2125 void BTA_BleDisableAdvInstance (UINT8 inst_id) argument
[all...]
H A Dbta_dm_int.h573 UINT8 inst_id; member in struct:__anon515
580 UINT8 inst_id; member in struct:__anon516
589 UINT8 inst_id; member in struct:__anon517
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h259 UINT8 inst_id; member in struct:gattc_attr_cache
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h448 typedef void (tBTM_BLE_MULTI_ADV_CBACK)(tBTM_BLE_MULTI_ADV_EVT evt, UINT8 inst_id,
453 UINT8 inst_id; member in struct:__anon1485
1575 ** Parameters inst_id: adv instance ID
1581 BTM_API extern tBTM_STATUS BTM_BleUpdateAdvInstParam (UINT8 inst_id, tBTM_BLE_ADV_PARAMS *p_params);
1590 ** Parameters inst_id: adv instance ID
1598 BTM_API extern tBTM_STATUS BTM_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp,
1608 ** Parameters inst_id: adv instance ID
1613 BTM_API extern tBTM_STATUS BTM_BleDisableAdvInstance (UINT8 inst_id);

Completed in 503 milliseconds