Searched refs:num_service (Results 1 – 4 of 4) sorted by relevance
1428 p_data->p_services->num_service != 0 && in btm_ble_build_adv_data()1431 if (p_data->p_services->num_service * LEN_UUID_16 > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()1439 cp_len = p_data->p_services->num_service; in btm_ble_build_adv_data()1454 p_data->p_service_32b->num_service != 0 && in btm_ble_build_adv_data()1457 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()1465 cp_len = p_data->p_service_32b->num_service; in btm_ble_build_adv_data()1495 p_data->p_sol_service_32b->num_service != 0 && in btm_ble_build_adv_data()1498 if ((p_data->p_sol_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()1505 cp_len = p_data->p_sol_service_32b->num_service; in btm_ble_build_adv_data()2226 p_adv_data->service.num_service = (ad_len - 1)/2;[all …]
416 p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->num_service = 0; in btif_gattc_copy_datacb()426 ++p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->num_service; in btif_gattc_copy_datacb()439 p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->num_service = 0; in btif_gattc_copy_datacb()449 ++p_multi_adv_data_cb->inst_cb[cbindex].data.p_service_32b->num_service; in btif_gattc_copy_datacb()
392 UINT8 num_service; member400 UINT8 num_service; member
358 UINT8 num_service; member