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

  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 106 UINT8 codec_caps[AVDT_CODEC_SIZE]; /* peer SEP codec capabilities */
120 UINT8 codec_cfg[AVDT_CODEC_SIZE]; /* current codec configuration */
367 UINT8 codec_cfg[AVDT_CODEC_SIZE];
413 memcpy(p_sink->codec_caps, p_codec_info, AVDT_CODEC_SIZE);
456 memcpy(p_peer->codec_cfg, codec_cfg, AVDT_CODEC_SIZE);
489 memcpy(p_codec_info, p_peer->codec_cfg, AVDT_CODEC_SIZE);
594 memcpy(bta_av_co_cb.codec_cfg_setconfig.info, p_codec_info, AVDT_CODEC_SIZE);
846 memset(p_codec_cfg, 0, AVDT_CODEC_SIZE);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
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 296 if( len > AVDT_CODEC_SIZE )
297 len = AVDT_CODEC_SIZE;
737 if (elem_len >= AVDT_CODEC_SIZE)
739 tmp = AVDT_CODEC_SIZE - 1;
    [all...]
avdt_scb_act.c 726 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...]
uipc_msg.h 829 UINT8 codec_info[AVDT_CODEC_SIZE];
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 297 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
bta_av_aact.c     [all...]
bta_av_int.h 305 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...]

Completed in 113 milliseconds