Searched refs:INTEROP_2MBPS_LINK_ONLY (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_interop.c | 30 {{0x04, 0x52, 0xc7, 0, 0, 0}, 3, INTEROP_2MBPS_LINK_ONLY}, // 04:52:C7:XX:XX:XX 32 {{0x00, 0x18, 0x91, 0, 0, 0}, 3, INTEROP_2MBPS_LINK_ONLY}, // 00:18:91:XX:XX:XX 34 {{0x20, 0x15, 0x06, 0, 0, 0}, 3, INTEROP_2MBPS_LINK_ONLY}, // 20:15:06:XX:XX:XX 36 {{0x00, 0x54, 0xaf, 0, 0, 0}, 3, INTEROP_2MBPS_LINK_ONLY}, // 00:54:AF:XX:XX:XX 37 {{0x30, 0x14, 0x4a, 0, 0, 0}, 3, INTEROP_2MBPS_LINK_ONLY}, // 30:14:4A:XX:XX:XX
|
H A D | btm_interop.h | 30 #define INTEROP_2MBPS_LINK_ONLY 2 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 137 if (BtmInteropIsMatchedAddr(INTEROP_2MBPS_LINK_ONLY, (const BtAddr *)&(info->addr))) { in AvdtConnectSignalingIndication()
|
H A D | avdtp_impl.c | 1612 if (BtmInteropIsMatchedAddr(INTEROP_2MBPS_LINK_ONLY, (const BtAddr *)&(sigCtrl->peerAddress))) { in AvdtActConnReq()
|
Completed in 5 milliseconds