Home
last modified time | relevance | path

Searched full:_cid (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h16 #define BT_L2CAP_BR_CHANNEL_DEFINE(_name, _cid, _accept) \ argument
18 .cid = _cid, \
Dl2cap_br.c43 #define L2CAP_BR_CID_IS_DYN(_cid) \ argument
44 (_cid >= L2CAP_BR_CID_DYN_START && _cid <= L2CAP_BR_CID_DYN_END)
/Zephyr-latest/dts/bindings/acpi/
Dacpi.yaml19 unique across all devices with either a common _HID or _CID.
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h161 #define BT_L2CAP_CHANNEL_DEFINE(_name, _cid, _accept, _destroy) \ argument
163 .cid = _cid, \
Dl2cap.c48 #define L2CAP_LE_CID_IS_DYN(_cid) \ argument
49 (_cid >= L2CAP_LE_CID_DYN_START && _cid <= L2CAP_LE_CID_DYN_END)
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c340 #define L2CAP_LE_CID_IS_DYN(_cid) \ argument
341 (_cid >= L2CAP_LE_CID_DYN_START && _cid <= L2CAP_LE_CID_DYN_END)
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h543 * @param _cid Company ID
548 #define BT_AUDIO_CODEC_CFG(_id, _cid, _vid, _data, _meta) \ argument
554 .cid = _cid, \
566 * @param _cid Company ID
571 #define BT_AUDIO_CODEC_CAP(_id, _cid, _vid, _data, _meta) \ argument
577 .cid = (_cid), \