Searched refs:p_service_32b (Results 1 – 4 of 4) sorted by relevance
152 if (bta_adv_data->p_service_32b != NULL) { in btc_cleanup_adv_data()153 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_service_32b->p_uuid); in btc_cleanup_adv_data()154 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_service_32b); in btc_cleanup_adv_data()283 if (NULL == bta_adv_data->p_service_32b) { in btc_to_bta_adv_data()284 bta_adv_data->p_service_32b = in btc_to_bta_adv_data()286 bta_adv_data->p_service_32b->list_cmpl = FALSE; in btc_to_bta_adv_data()287 bta_adv_data->p_service_32b->num_service = 0; in btc_to_bta_adv_data()288 bta_adv_data->p_service_32b->p_uuid = in btc_to_bta_adv_data()290 p_uuid_out32 = bta_adv_data->p_service_32b->p_uuid; in btc_to_bta_adv_data()293 if (NULL != bta_adv_data->p_service_32b->p_uuid) { in btc_to_bta_adv_data()[all …]
2328 p_data && p_data->p_service_32b && in btm_ble_build_adv_data()2329 p_data->p_service_32b->num_service != 0 && in btm_ble_build_adv_data()2330 p_data->p_service_32b->p_uuid) { in btm_ble_build_adv_data()2331 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH)) { in btm_ble_build_adv_data()2336 cp_len = p_data->p_service_32b->num_service; in btm_ble_build_adv_data()2341 UINT32_TO_STREAM(p, *(p_data->p_service_32b->p_uuid + i)); in btm_ble_build_adv_data()
467 tBTM_BLE_32SERVICE *p_service_32b; /* 32 bits Service UUID */ member
405 tBTA_BLE_32SERVICE *p_service_32b; /* 32 bits Service UUID */ member