Home
last modified time | relevance | path

Searched refs:AMP_ID_BREDR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Da2mp.c97 cl[0].id = AMP_ID_BREDR; in __a2mp_add_cl()
225 if (cl->id != AMP_ID_BREDR && cl->type != AMP_TYPE_BREDR) { in a2mp_discover_rsp()
H A Dl2cap_core.c3314 chan->local_amp_id = AMP_ID_BREDR; in l2cap_ertm_init()
3315 chan->move_id = AMP_ID_BREDR; in l2cap_ertm_init()
3366 if (chan->local_amp_id != AMP_ID_BREDR && chan->hs_hcon) { in __l2cap_set_ertm_timeouts()
4196 if (amp_id == AMP_ID_BREDR) { in l2cap_connect()
4846 if (req->amp_id == AMP_ID_BREDR) { in l2cap_create_channel_req()
5084 if (chan->local_amp_id != AMP_ID_BREDR) in l2cap_logical_cfm()
5095 if (chan->local_amp_id == AMP_ID_BREDR) { in l2cap_move_start()
5292 if (req->dest_amp_id != AMP_ID_BREDR) { in l2cap_move_channel_req()
5321 if (req->dest_amp_id == AMP_ID_BREDR) { in l2cap_move_channel_req()
5516 if (chan->local_amp_id == AMP_ID_BREDR) in l2cap_move_channel_confirm()
[all …]
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h78 #define AMP_ID_BREDR 0x00 macro