• Home
  • Raw
  • Download

Lines Matching defs:status

127 void PrintOpStatus(const std::string& op, bool status) {  in PrintOpStatus()
172 int32_t status, in OnGetBondedDevices()
183 Status OnBondStateChanged(int32_t status, const String16& device_address, in OnBondStateChanged()
195 int32_t status, const String16& device_address, in OnGetRemoteDeviceProperties()
229 Status OnClientRegistered(int status, int client_id) override { in OnClientRegistered()
244 Status OnConnectionState(int status, int client_id, const String16& address, in OnConnectionState()
255 Status OnMtuChanged(int status, const String16& address, int mtu) override { in OnMtuChanged()
275 Status OnAdvertiserRegistered(int status, int advertiser_id) override { in OnAdvertiserRegistered()
291 int status, bool is_start, in OnMultiAdvertiseCallback()
312 Status OnScannerRegistered(int status, int scanner_id) override { in OnScannerRegistered()
354 Status OnClientRegistered(int status, int client_id) override { in OnClientRegistered()
373 void PrintCommandStatus(bool status) { PrintOpStatus("Command", status); } in PrintCommandStatus()
386 bool status; in HandleDisable() local
392 bool status; in HandleEnable() local
428 bool status; in HandleSetLocalName() local
493 bool status; in HandleRegisterBLEAdvertiser() local
541 bool status; in HandleRegisterBLE() local
601 bool status; in HandleRegisterGATT() local
745 bool status; in HandleStartAdv() local
764 bool status; in HandleStopAdv() local
791 bool status; in HandleConnect() local
821 bool status; in HandleDisconnect() local
856 bool status; in HandleSetMtu() local
883 bool status; in HandleRegisterBLEScanner() local
942 bool status; in HandleStartLeScan() local
961 bool status; in HandleStopLeScan() local
1080 status_t status = getService(String16(kServiceName.c_str()), &bt_iface); in main() local