Home | History | Annotate | Download | only in src

Lines Matching defs:inst_id

64             /* Storing both client_if and inst_id details */
107 int btif_multi_adv_add_instid_map(int client_if, int inst_id, BOOLEAN gen_temp_instid)
121 // Write the final inst_id value obtained from stack layer
122 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
129 //Store the passed in inst_id value
130 if (inst_id != INVALID_ADV_INST)
131 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
151 if (inst_id != INVALID_ADV_INST)
152 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
177 // Retrieve the existing inst_id for the client_if value
199 // Retrieve the array index for the inst_id value
495 // Clear both the inst_id and client_if values
512 void btif_gattc_cleanup_inst_cb(int inst_id, BOOLEAN stop_timer)
515 if (inst_id < 0 || inst_id >= BTM_BleMaxMultiAdvInstanceCount())
522 int cbindex = (STD_ADV_INSTID == inst_id) ?
523 STD_ADV_INSTID : btif_gattc_obtain_idx_for_datacb(inst_id, INST_ID_IDX);
526 BTIF_TRACE_DEBUG("Cleaning up multi_inst_cb for inst_id %d, cbindex %d", inst_id, cbindex);
613 int inst_id = btif_multi_adv_instid_for_clientif(client_if);
614 if (inst_id == INVALID_ADV_INST)
617 int cbindex = btif_gattc_obtain_idx_for_datacb(inst_id, INST_ID_IDX);