Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_multi_adv_util.c368 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service == 0) in btif_gattc_copy_datacb()
374 … if (p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service < MAX_16BIT_SERVICES) in btif_gattc_copy_datacb()
378 ++p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service; in btif_gattc_copy_datacb()
386 if (p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service == 0) 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()
405 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services_128b.num_service == 0) in btif_gattc_copy_datacb()
424 .data.services_128b.num_service; in btif_gattc_copy_datacb()
/system/connectivity/shill/
Dmock_metrics.h62 MOCK_METHOD1(NotifyWifiAutoConnectableServices, void(int num_service));
64 MOCK_METHOD1(NotifyServicesOnSameNetwork, void(int num_service));
/system/bt/stack/btm/
Dbtm_ble_gap.c1446 p_data && p_data->services.num_service != 0) in btm_ble_build_adv_data()
1448 if (p_data->services.num_service * LEN_UUID_16 > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1456 cp_len = p_data->services.num_service; in btm_ble_build_adv_data()
1470 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()
1494 p_data && p_data->services_128b.num_service) in btm_ble_build_adv_data()
1509 p_data->sol_service_32b.num_service != 0) in btm_ble_build_adv_data()
1511 if ((p_data->sol_service_32b.num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1518 cp_len = p_data->sol_service_32b.num_service; in btm_ble_build_adv_data()
[all …]
/system/bt/stack/include/
Dbtm_ble_api.h399 UINT8 num_service; member
408 UINT8 num_service; member
416 UINT8 num_service; member