/external/bluetooth/bluedroid/btif/co/ |
bta_av_co.c | 108 UINT8 protect_info[BTA_AV_CP_INFO_LEN]; /* peer SEP content protection info */ member in struct:__anon599 373 APPL_TRACE_DEBUG4("num_protect:0x%02x protect_info:0x%02x%02x%02x", 418 memcpy(p_sink->protect_info, p_protect_info, BTA_AV_CP_INFO_LEN); 525 APPL_TRACE_DEBUG4("num_protect:0x%02x protect_info:0x%02x%02x%02x", [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | [all...] |
bta_av_main.c | 591 &cs.cfg.num_protect, cs.cfg.protect_info, index) == TRUE) [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_msg.c | 307 len = p_cfg->protect_info[0] + 1; 311 memcpy(*p, p_cfg->protect_info, len); 674 p_cfg->protect_info[protect_offset] = elem_len; 676 memcpy(&p_cfg->protect_info[protect_offset], p, elem_len); [all...] |
avdt_scb_act.c | 731 memcpy(p_scb->curr_cfg.protect_info, p_scb->req_cfg.protect_info, AVDT_PROTECT_SIZE); [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 259 UINT8 protect_info[AVDT_PROTECT_SIZE]; /* Content protection capabilities */ member in struct:__anon876 [all...] |