Home
last modified time | relevance | path

Searched refs:service_32b (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_multi_adv_util.c386 if (p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service == 0) in btif_gattc_copy_datacb()
388 p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.list_cmpl = FALSE; in btif_gattc_copy_datacb()
389 p_uuid_out32 = p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.uuid; in btif_gattc_copy_datacb()
392 … if (p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service < MAX_32BIT_SERVICES) in btif_gattc_copy_datacb()
396 ++p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service; in btif_gattc_copy_datacb()
/system/bt/stack/btm/
Dbtm_ble_gap.c1470 p_data && p_data->service_32b.num_service != 0) in btm_ble_build_adv_data()
1472 if ((p_data->service_32b.num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1480 cp_len = p_data->service_32b.num_service; in btm_ble_build_adv_data()
1486 UINT32_TO_STREAM(p, *(p_data->service_32b.uuid + i)); in btm_ble_build_adv_data()
/system/bt/stack/include/
Dbtm_ble_api.h457 tBTM_BLE_32SERVICE service_32b; /* 32 bits Service UUID */ member
/system/bt/bta/include/
Dbta_api.h355 tBTA_BLE_32SERVICE service_32b; /* 32 bits Service UUID */ member