Searched refs:MtuChangedCallback (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 187 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
|
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 | 176 void LowEnergyClient::MtuChangedCallback( in MtuChangedCallback() function in bluetooth::LowEnergyClient
|