Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.cc294 return HCI_LE_CIS_PERIPHERAL(features_ble.as_array); in supports_ble_connected_isochronous_stream_peripheral()
/system/bt/device/src/
Dcontroller.cc217 HCI_LE_CIS_PERIPHERAL(features_ble.as_array) || in start_up()
610 return HCI_LE_CIS_PERIPHERAL(features_ble.as_array); in supports_ble_connected_isochronous_stream_peripheral()
/system/bt/stack/include/
Dhcidefs.h1049 #define HCI_LE_CIS_PERIPHERAL(x) ((x)[3] & 0x20) macro