Home
last modified time | relevance | path

Searched refs:BT_SDP_PROTO_L2CAP (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c60 BT_SDP_ARRAY_16(BT_SDP_PROTO_L2CAP)
Da2dp.c85 BT_SDP_ARRAY_16(BT_SDP_PROTO_L2CAP) /* 01 00 */
154 BT_SDP_ARRAY_16(BT_SDP_PROTO_L2CAP)
Dbredr.c450 BT_SDP_PROTO_L2CAP, &param); in sdp_a2src_user()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h606 BT_SDP_PROTO_L2CAP = 0x0100, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c75 BT_SDP_ARRAY_16(BT_SDP_PROTO_L2CAP)},
152 BT_SDP_ARRAY_16(BT_SDP_PROTO_L2CAP)
Dhfp_hf.c86 BT_SDP_ARRAY_16(BT_SDP_PROTO_L2CAP)
Dsdp.c2846 if (proto != BT_SDP_PROTO_RFCOMM && proto != BT_SDP_PROTO_L2CAP) { in bt_sdp_get_proto_param()
2873 if (proto != BT_SDP_PROTO_RFCOMM && proto != BT_SDP_PROTO_L2CAP) { in bt_sdp_get_addl_proto_param()
/Zephyr-latest/tests/bluetooth/classic/sdp_c/src/
Dsdp_client.c139 err = bt_sdp_get_proto_param(result->resp_buf, BT_SDP_PROTO_L2CAP, &param); in sdp_discover_func()