Home
last modified time | relevance | path

Searched refs:bt_conn_direction_t (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dtext.h21 std::string bt_conn_direction_text(const bt_conn_direction_t& direction);
Dinterface.h125 bt_conn_direction_t direction, uint16_t acl_handle) in acl_state_changed_params_t()
143 bt_conn_direction_t direction;
Dtext.cc27 std::string bt_conn_direction_text(const bt_conn_direction_t& direction) { in bt_conn_direction_text()
Dheadless.cc177 bt_conn_direction_t direction, uint16_t acl_handle) { in acl_state_changed()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc57 bt_conn_direction_t /* direction */, in invoke_acl_state_changed_cb() argument
/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h64 bt_conn_direction_t /* direction */, uint16_t /* acl_handle */) {},
Dcore_callbacks.h58 bt_conn_direction_t direction,
Dbtif_common.h166 bt_conn_direction_t direction,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h200 } bt_conn_direction_t; typedef
567 bt_conn_direction_t direction, uint16_t acl_handle);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc2413 ? 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()
Dbluetooth.cc1419 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/
Dmetrics_event.cc52 typedef bt_conn_direction_t BtConnectionDirection;
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc167 bt_conn_direction_t /* direction */, in acl_state_changed_callback() argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1116 …nsport, bindings::bt_hci_error_code_t -> BtHciErrorCode, bindings::bt_conn_direction_t -> BtConnec…
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp423 bt_conn_direction_t /* direction */, in acl_state_changed_callback() argument