Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c1227 p_data->p_services->num_service != 0 && in btm_ble_build_adv_data()
1230 if (p_data->p_services->num_service * LEN_UUID_16 > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1238 cp_len = p_data->p_services->num_service; in btm_ble_build_adv_data()
1253 p_data->p_service_32b->num_service != 0 && in btm_ble_build_adv_data()
1256 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1264 cp_len = p_data->p_service_32b->num_service; in btm_ble_build_adv_data()
1294 p_data->p_sol_service_32b->num_service != 0 && in btm_ble_build_adv_data()
1297 if ((p_data->p_sol_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1304 cp_len = p_data->p_sol_service_32b->num_service; in btm_ble_build_adv_data()
1961 p_adv_data->service.num_service = (ad_len - 1)/2;
[all …]
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_multi_adv_util.c403 p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->num_service = 0; in btif_gattc_copy_datacb()
413 ++p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->num_service; in btif_gattc_copy_datacb()
426 p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->num_service = 0; in btif_gattc_copy_datacb()
436 ++p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->num_service; in btif_gattc_copy_datacb()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h351 UINT8 num_service; member
359 UINT8 num_service; member
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h354 UINT8 num_service; member