Searched refs:LeConnectionUpdate (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.h | 52 …virtual bool LeConnectionUpdate(uint16_t conn_interval_min, uint16_t conn_interval_max, uint16_t c…
|
D | le_acl_connection.cc | 111 bool LeAclConnection::LeConnectionUpdate(uint16_t conn_interval_min, uint16_t conn_interval_max, ui… in LeConnectionUpdate() function in bluetooth::hci::acl_manager::LeAclConnection
|
/system/bt/gd/l2cap/le/internal/ |
D | link.cc | 93 …acl_connection_->LeConnectionUpdate(conn_interval_min, conn_interval_max, conn_latency, supervisio… in UpdateConnectionParameterFromRemote() 132 …acl_connection_->LeConnectionUpdate(conn_interval_min, conn_interval_max, conn_latency, supervisio… in SendConnectionParameterUpdate()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.h | 404 void LeConnectionUpdate(CommandPacketView args);
|
D | link_layer_controller.h | 146 ErrorCode LeConnectionUpdate(
|
D | dual_mode_controller.cc | 232 SET_HANDLER(OpCode::LE_CONNECTION_UPDATE, LeConnectionUpdate); in DualModeController() 1569 void DualModeController::LeConnectionUpdate(CommandPacketView command) { in LeConnectionUpdate() function in test_vendor_lib::DualModeController 1573 ErrorCode status = link_layer_controller_.LeConnectionUpdate(command_view); in LeConnectionUpdate()
|
D | link_layer_controller.cc | 1890 ErrorCode LinkLayerController::LeConnectionUpdate( in LeConnectionUpdate() function in test_vendor_lib::LinkLayerController
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 754 …connection_->LeConnectionUpdate(connection_interval_min, connection_interval_max, connection_laten… in TEST_F()
|
D | hci_packets.pdl | 2625 packet LeConnectionUpdate : LeConnectionManagementCommand (op_code = LE_CONNECTION_UPDATE) {
|