Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc187 void MtuChangedCallback(int conn_id, int status, int mtu) { in MtuChangedCallback() function
195 MtuChangedCallback(g_interface, conn_id, status, mtu)); in MtuChangedCallback()
369 void MtuChangedCallback(int conn_id, int mtu) { in MtuChangedCallback() function
374 FOR_EACH_SERVER_OBSERVER(MtuChangedCallback(g_interface, conn_id, mtu)); in MtuChangedCallback()
400 MtuChangedCallback,
424 MtuChangedCallback,
621 void BluetoothGattInterface::ClientObserver::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::hal::BluetoothGattInterface::ClientObserver
724 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.cc176 void LowEnergyClient::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::LowEnergyClient