Searched refs:p_service_32b (Results 1 – 4 of 4) sorted by relevance
109 if (bta_adv_data->p_service_32b != NULL) { in btc_cleanup_adv_data()110 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_service_32b->p_uuid); in btc_cleanup_adv_data()111 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_service_32b); in btc_cleanup_adv_data()240 if (NULL == bta_adv_data->p_service_32b) { in btc_to_bta_adv_data()241 bta_adv_data->p_service_32b = in btc_to_bta_adv_data()243 bta_adv_data->p_service_32b->list_cmpl = FALSE; in btc_to_bta_adv_data()244 bta_adv_data->p_service_32b->num_service = 0; in btc_to_bta_adv_data()245 bta_adv_data->p_service_32b->p_uuid = in btc_to_bta_adv_data()247 p_uuid_out32 = bta_adv_data->p_service_32b->p_uuid; in btc_to_bta_adv_data()250 if (NULL != bta_adv_data->p_service_32b->p_uuid) { in btc_to_bta_adv_data()[all …]
2278 p_data && p_data->p_service_32b && in btm_ble_build_adv_data()2279 p_data->p_service_32b->num_service != 0 && in btm_ble_build_adv_data()2280 p_data->p_service_32b->p_uuid) { in btm_ble_build_adv_data()2281 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()2286 cp_len = p_data->p_service_32b->num_service; in btm_ble_build_adv_data()2291 UINT32_TO_STREAM(p, *(p_data->p_service_32b->p_uuid + i)); in btm_ble_build_adv_data()
462 tBTM_BLE_32SERVICE *p_service_32b; /* 32 bits Service UUID */ member
402 tBTA_BLE_32SERVICE *p_service_32b; /* 32 bits Service UUID */ member