Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
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()
Dl2cap_core.c3282 chan->local_amp_id = AMP_ID_BREDR; in l2cap_ertm_init()
3283 chan->move_id = AMP_ID_BREDR; in l2cap_ertm_init()
3338 if (chan->local_amp_id != AMP_ID_BREDR && chan->hs_hcon) { in __l2cap_set_ertm_timeouts()
4168 if (amp_id == AMP_ID_BREDR) { in l2cap_connect()
4809 if (req->amp_id == AMP_ID_BREDR) { in l2cap_create_channel_req()
5047 if (chan->local_amp_id != AMP_ID_BREDR) in l2cap_logical_cfm()
5058 if (chan->local_amp_id == AMP_ID_BREDR) { in l2cap_move_start()
5255 if (req->dest_amp_id != AMP_ID_BREDR) { in l2cap_move_channel_req()
5284 if (req->dest_amp_id == AMP_ID_BREDR) { in l2cap_move_channel_req()
5476 if (chan->local_amp_id == AMP_ID_BREDR) in l2cap_move_channel_confirm()
[all …]
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h78 #define AMP_ID_BREDR 0x00 macro