Lines Matching defs:bt_config
37 struct bt_config { struct
38 uint8_t sep; /* SEID of the peer */
39 uint8_t media_Type;
40 uint8_t chmode;
45 uint8_t allocm;
48 uint8_t bitpool;
49 uint8_t bands;
52 uint8_t blocks;
57 uint8_t freq;
63 uint16_t mtu;
64 uint8_t codec;
67 uint8_t aacMode1;
68 uint8_t aacMode2;
71 union {
82 } handle;
85 uint32_t rem_in_len;
86 uint32_t rem_in_size;
87 uint8_t *rem_in_data;
111 size_t sbc_encode_frame(struct bt_config *); argument