bt_config
avdtpDiscoverAndConfig(struct bt_config *cfg, bool isSink)
avdtpAutoConfig(struct bt_config *cfg)
avdtpACPFree(struct bt_config *cfg)
avdtpParseSBCConfig(uint8_t * data, struct bt_config *cfg)
static int avdtpAutoConfig(struct bt_config *);
avdtpACPHandlePacket(struct bt_config *cfg)
struct bt_config;
int avdtpDiscoverAndConfig(struct bt_config *, bool);
int avdtpACPHandlePacket(struct bt_config *cfg);
void avdtpACPFree(struct bt_config *cfg);
struct bt_config *cfg = pbe->arg;
struct bt_config *cfg = pbe->arg;
struct bt_config *cfg = pbe->arg;
struct bt_config *cfg = pbe->arg;
int bufsize __unused, int *pchannels, int *pformat, struct bt_config *cfg,
static struct bt_config bt_play_cfg;
static struct bt_config bt_rec_cfg;
bt_receive(struct bt_config *cfg, void *ptr, int len, int use_delay)
bt_init_cfg(struct bt_config *cfg)
struct bt_config *cfg = pbe->arg;
struct bt_config *cfg = pbe->arg;
struct bt_config *cfg = pbe->arg;
struct bt_config *cfg = pbe->arg;
size_t sbc_encode_frame(struct bt_config *);
size_t sbc_decode_frame(struct bt_config *, int);
int bt_receive(struct bt_config *cfg, void *ptr, int len, int use_delay);
calc_bitneed(struct bt_config *cfg)
sbc_encode(struct bt_config *cfg)
sbc_decode(struct bt_config *cfg)
sbc_encode_frame(struct bt_config *cfg)
sbc_decode_frame(struct bt_config *cfg, int bits)
struct bt_config cfg;
static int (*bt_receive_f)(struct bt_config *, void *, int, int);
static int (*avdtpACPHandlePacket_f)(struct bt_config *cfg);
static void (*avdtpACPFree_f)(struct bt_config *);