Searched refs:MtuChangedCallback (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 186 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
|
D | bluetooth_gatt_interface.h | 98 virtual void MtuChangedCallback(BluetoothGattInterface* gatt_iface, 172 virtual void MtuChangedCallback(BluetoothGattInterface* gatt_iface,
|
/system/bt/service/ |
D | low_energy_client.h | 111 void MtuChangedCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
|
D | low_energy_client.cc | 173 void LowEnergyClient::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::LowEnergyClient
|