Home
last modified time | relevance | path

Searched refs:OnConnectionState (Results 1 – 10 of 10) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothLowEnergyCallback.h59 virtual void OnConnectionState(int status, int client_id, const char* address,
100 void OnConnectionState(int status, int client_id, const char* address,
DIBluetoothLowEnergyCallback.cpp64 OnConnectionState(status, client_id, address, connected); in onTransact()
117 void BpBluetoothLowEnergyCallback::OnConnectionState( in OnConnectionState() function in ipc::binder::BpBluetoothLowEnergyCallback
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.h66 void OnConnectionState(bluetooth::LowEnergyClient* client, int status,
Dbluetooth_low_energy_binder_server.cpp220 void BluetoothLowEnergyBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothLowEnergyBinderServer
232 cb->OnConnectionState(status, client_id, address, connected); in OnConnectionState()
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt33 void OnConnectionState(in int status, in int client_id, in const char* address,
/system/bt/service/
Dlow_energy_client.h65 virtual void OnConnectionState(LowEnergyClient* client, int status,
Dlow_energy_client.cpp603 delegate_->OnConnectionState(this, status, BtAddrString(&bda).c_str(), in ConnectCallback()
622 delegate_->OnConnectionState(this, status, BtAddrString(&bda).c_str(), in DisconnectCallback()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp37 void OnConnectionState(int status, int client_id, const char* address, in OnConnectionState() function in heart_rate::CLIBluetoothLowEnergyCallback
/system/bt/service/client/
Dmain.cpp170 void OnConnectionState(int status, int client_id, const char* address, in OnConnectionState() function in __anonc3e1eb3c0111::CLIBluetoothLowEnergyCallback
/system/bt/service/test/
Dlow_energy_client_unittest.cpp91 void OnConnectionState(LowEnergyClient* client, int status, in OnConnectionState() function in bluetooth::__anond33f6f700111::TestDelegate