Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Da2mp.c98 cl[0].type = AMP_TYPE_BREDR; in __a2mp_add_cl()
225 if (cl->id != AMP_ID_BREDR && cl->type != AMP_TYPE_BREDR) { in a2mp_discover_rsp()
382 if (!hdev || hdev->amp_type == AMP_TYPE_BREDR || tmp) { in a2mp_getampassoc_req()
492 if (!hdev || hdev->amp_type == AMP_TYPE_BREDR) { in a2mp_createphyslink_req()
921 if (hdev->amp_type != AMP_TYPE_BREDR) { in a2mp_send_getinfo_rsp()
Dl2cap_core.c1257 if (hdev->amp_type != AMP_TYPE_BREDR && in __amp_capable()
/linux-6.1.9/include/net/bluetooth/
Dhci.h81 #define AMP_TYPE_BREDR 0x00 macro