Searched refs:p_sol_service_32b (Results 1 – 4 of 4) sorted by relevance
2364 p_data && p_data->p_sol_service_32b && in btm_ble_build_adv_data()2365 p_data->p_sol_service_32b->num_service != 0 && in btm_ble_build_adv_data()2366 p_data->p_sol_service_32b->p_uuid) { in btm_ble_build_adv_data()2367 if ((p_data->p_sol_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()2371 cp_len = p_data->p_sol_service_32b->num_service; in btm_ble_build_adv_data()2377 UINT32_TO_STREAM(p, *(p_data->p_sol_service_32b->p_uuid + i)); in btm_ble_build_adv_data()
162 if (bta_adv_data->p_sol_service_32b != NULL) { in btc_cleanup_adv_data()163 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_sol_service_32b->p_uuid); in btc_cleanup_adv_data()164 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_sol_service_32b); in btc_cleanup_adv_data()
469 tBTM_BLE_32SERVICE *p_sol_service_32b; /* List of 32 bit Service Solicitation UUIDs */ member
407 tBTA_BLE_32SERVICE *p_sol_service_32b; /* List of 32 bit Service Solicitation UUIDs */ member