Home
last modified time | relevance | path

Searched refs:MtuChangedCallback (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc186 void MtuChangedCallback(int conn_id, int status, int mtu) { in MtuChangedCallback() function
194 MtuChangedCallback(g_interface, conn_id, status, mtu)); in MtuChangedCallback()
368 void MtuChangedCallback(int conn_id, int mtu) { in MtuChangedCallback() function
373 FOR_EACH_SERVER_OBSERVER(MtuChangedCallback(g_interface, conn_id, mtu)); in MtuChangedCallback()
399 MtuChangedCallback,
422 MtuChangedCallback,
619 void BluetoothGattInterface::ClientObserver::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::hal::BluetoothGattInterface::ClientObserver
722 void BluetoothGattInterface::ServerObserver::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h98 virtual void MtuChangedCallback(BluetoothGattInterface* gatt_iface,
172 virtual void MtuChangedCallback(BluetoothGattInterface* gatt_iface,
/system/bt/service/
Dlow_energy_client.h111 void MtuChangedCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
Dlow_energy_client.cc173 void LowEnergyClient::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::LowEnergyClient