HomeSort by relevance Sort by last modified time
    Searched refs:cbindex (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 268 BOOLEAN btif_gattc_copy_datacb(int cbindex, const btif_adv_data_t *p_adv_data,
271 if (NULL == p_multi_adv_data_cb || cbindex < 0)
275 memset(&p_multi_adv_data_cb->inst_cb[cbindex].data, 0, sizeof(tBTA_BLE_ADV_DATA));
276 p_multi_adv_data_cb->inst_cb[cbindex].mask = 0;
278 p_multi_adv_data_cb->inst_cb[cbindex].is_scan_rsp = p_adv_data->set_scan_rsp ? 1 : 0;
281 p_multi_adv_data_cb->inst_cb[cbindex].mask = BTM_BLE_AD_BIT_FLAGS;
282 p_multi_adv_data_cb->inst_cb[cbindex].data.flag = ADV_FLAGS_GENERAL;
283 if (p_multi_adv_data_cb->inst_cb[cbindex].timeout_s)
284 p_multi_adv_data_cb->inst_cb[cbindex].data.flag = ADV_FLAGS_LIMITED;
285 if (p_multi_adv_data_cb->inst_cb[cbindex].param.adv_type == BTA_BLE_NON_CONNECT_EVT
522 int cbindex = (STD_ADV_INSTID == inst_id) ? local
617 int cbindex = btif_gattc_obtain_idx_for_datacb(inst_id, INST_ID_IDX); local
    [all...]
btif_gatt_client.c 1588 const int cbindex = CLNT_IF_IDX; local
1615 int cbindex = -1, arrindex = -1; local
1646 int cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX); local
1663 int cbindex = btif_gattc_obtain_idx_for_datacb(p_adv_data->client_if, CLNT_IF_IDX); local
    [all...]

Completed in 35 milliseconds