Searched refs:num_service (Results 1 – 4 of 4) sorted by relevance
1227 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 …]
403 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()
351 UINT8 num_service; member359 UINT8 num_service; member
354 UINT8 num_service; member