HomeSort by relevance Sort by last modified time
    Searched refs:AVDT_CODEC_SIZE (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 119 UINT8 codec_caps[AVDT_CODEC_SIZE]; /* peer SEP codec capabilities */
138 UINT8 codec_cfg[AVDT_CODEC_SIZE]; /* current codec configuration */
466 UINT8 codec_cfg[AVDT_CODEC_SIZE];
467 UINT8 pref_cfg[AVDT_CODEC_SIZE];
513 memcpy(p_src->codec_caps, p_codec_info, AVDT_CODEC_SIZE);
547 memcpy(p_peer->codec_cfg, pref_cfg, AVDT_CODEC_SIZE);
572 memcpy(p_codec_info, p_peer->codec_cfg, AVDT_CODEC_SIZE);
602 UINT8 codec_cfg[AVDT_CODEC_SIZE];
654 memcpy(p_sink->codec_caps, p_codec_info, AVDT_CODEC_SIZE);
697 memcpy(p_peer->codec_cfg, codec_cfg, AVDT_CODEC_SIZE);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_media.h 97 UINT8 codec_info[AVDT_CODEC_SIZE];
btif_av_api.h 181 UINT8 info[AVDT_CODEC_SIZE]; /* Codec info (can be config or capabilities) */
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 70 UINT8 codec_info[AVDT_CODEC_SIZE];
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c 297 if( len > AVDT_CODEC_SIZE )
298 len = AVDT_CODEC_SIZE;
744 if (elem_len >= AVDT_CODEC_SIZE)
746 tmp = AVDT_CODEC_SIZE - 1;
    [all...]
avdt_scb_act.c 735 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 258 UINT8 codec_info[AVDT_CODEC_SIZE]; /* Codec capabilities array */
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 323 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
bta_av_aact.c     [all...]
bta_av_int.h 309 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 1019 memcpy(p_buf->codec_info,p_av, AVDT_CODEC_SIZE);
    [all...]

Completed in 112 milliseconds