Searched refs:p_service_32b (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/src/
H A Dbtif_gatt_multi_adv_util.c434 if (NULL == p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b)
436 p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b =
438 p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->list_cmpl = FALSE;
439 p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->num_service = 0;
440 p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->p_uuid =
442 p_uuid_out32 = p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->p_uuid;
445 if (NULL != p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->p_uuid)
449 ++p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->num_service;
583 if (p_multi_inst_cb->data.p_service_32b != NULL)
585 btif_gattc_cleanup((void**) &p_multi_inst_cb->data.p_service_32b
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_gap.c1453 p_data && p_data->p_service_32b &&
1454 p_data->p_service_32b->num_service != 0 &&
1455 p_data->p_service_32b->p_uuid)
1457 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH))
1465 cp_len = p_data->p_service_32b->num_service;
1471 UINT32_TO_STREAM(p, *(p_data->p_service_32b->p_uuid + i));
/system/bt/bta/include/
H A Dbta_api.h400 tBTA_BLE_32SERVICE *p_service_32b; /* 32 bits Service UUID */ member in struct:__anon283
/system/bt/stack/include/
H A Dbtm_ble_api.h445 tBTM_BLE_32SERVICE *p_service_32b; /* 32 bits Service UUID */ member in struct:__anon1059

Completed in 80 milliseconds