Searched refs:open_api (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/bta/av/ |
H A D | bta_av_main.cc | 1457 p_scb->open_api.bd_addr.ToString().c_str()); in bta_debug_av_dump() 1459 p_scb->open_api.use_rc ? "true" : "false"); in bta_debug_av_dump() 1460 dprintf(fd, " Switch result: %d\n", p_scb->open_api.switch_res); in bta_debug_av_dump() 1461 dprintf(fd, " Initiator UUID: 0x%x\n", p_scb->open_api.uuid); in bta_debug_av_dump()
|
H A D | bta_av_aact.cc | 738 memcpy(&(p_scb->open_api), &(p_data->api_open), sizeof(tBTA_AV_API_OPEN)); in bta_av_do_disc_a2dp() 1120 if (p_scb->uuid_int == 0) p_scb->uuid_int = p_scb->open_api.uuid; in bta_av_setconfig_rsp() 1138 if (p_scb->uuid_int == 0) p_scb->uuid_int = p_scb->open_api.uuid; in bta_av_setconfig_rsp() 2977 memcpy(&(p_scb->open_api), &(p_data->api_open), sizeof(tBTA_AV_API_OPEN)); in bta_av_open_at_inc() 2995 memcpy(p_buf, &(p_scb->open_api), sizeof(tBTA_AV_API_OPEN)); in bta_av_open_at_inc()
|
H A D | bta_av_int.h | 535 tBTA_AV_API_OPEN open_api; /* Saved OPEN api message */ member
|
H A D | bta_av_act.cc | 1613 memcpy(p_buf, &(p_scb->open_api), sizeof(tBTA_AV_API_OPEN)); in bta_av_accept_signalling_timer_cback()
|