Searched refs:bt_conn_direction_t (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/test/headless/ |
D | text.h | 21 std::string bt_conn_direction_text(const bt_conn_direction_t& direction);
|
D | interface.h | 125 bt_conn_direction_t direction, uint16_t acl_handle) in acl_state_changed_params_t() 143 bt_conn_direction_t direction;
|
D | text.cc | 27 std::string bt_conn_direction_text(const bt_conn_direction_t& direction) { in bt_conn_direction_text()
|
D | headless.cc | 177 bt_conn_direction_t direction, uint16_t acl_handle) { in acl_state_changed()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 57 bt_conn_direction_t /* direction */, in invoke_acl_state_changed_cb() argument
|
/packages/modules/Bluetooth/system/btif/include/ |
D | mock_core_callbacks.h | 64 bt_conn_direction_t /* direction */, uint16_t /* acl_handle */) {},
|
D | core_callbacks.h | 58 bt_conn_direction_t direction,
|
D | btif_common.h | 166 bt_conn_direction_t direction,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 200 } bt_conn_direction_t; typedef 567 bt_conn_direction_t direction, uint16_t acl_handle);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 2413 ? bt_conn_direction_t::BT_CONN_DIRECTION_OUTGOING in btif_dm_acl_evt() 2414 : bt_conn_direction_t::BT_CONN_DIRECTION_INCOMING, in btif_dm_acl_evt() 2430 ? bt_conn_direction_t::BT_CONN_DIRECTION_OUTGOING in btif_dm_acl_evt() 2431 : bt_conn_direction_t::BT_CONN_DIRECTION_INCOMING, in btif_dm_acl_evt() 2440 bt_conn_direction_t direction; in btif_dm_acl_evt() 2445 direction = bt_conn_direction_t::BT_CONN_DIRECTION_INCOMING; in btif_dm_acl_evt() 2449 direction = bt_conn_direction_t::BT_CONN_DIRECTION_OUTGOING; in btif_dm_acl_evt() 2452 direction = bt_conn_direction_t::BT_CONN_DIRECTION_UNKNOWN; in btif_dm_acl_evt()
|
D | bluetooth.cc | 1419 bt_conn_direction_t direction, in invoke_acl_state_changed_cb() 1424 bt_conn_direction_t direction, uint16_t acl_handle) { in invoke_acl_state_changed_cb()
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.cc | 52 typedef bt_conn_direction_t BtConnectionDirection;
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 167 bt_conn_direction_t /* direction */, in acl_state_changed_callback() argument
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1116 …nsport, bindings::bt_hci_error_code_t -> BtHciErrorCode, bindings::bt_conn_direction_t -> BtConnec…
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 423 bt_conn_direction_t /* direction */, in acl_state_changed_callback() argument
|