Searched defs:service_handle (Results 1 – 13 of 13) sorted by relevance
147 /* const */ uint16_t service_handle; member191 VolumeAudioInput* FindByServiceHandle(uint16_t service_handle) { in FindByServiceHandle()237 uint16_t service_handle; member281 VolumeOffset* FindByServiceHandle(uint16_t service_handle) { in FindByServiceHandle()
427 static bt_status_t btif_gatts_stop_service(int /* server_if */, int service_handle) { in btif_gatts_stop_service() argument432 static bt_status_t btif_gatts_delete_service(int /* server_if */, int service_handle) { in btif_gatts_delete_service() argument
47 int service_handle() const { return service_handle_; } in service_handle() function
256 bt::att::Handle service_handle = static_cast<bt::att::Handle>(handle.value); in ConnectToService() local
88 uint16_t service_handle = GAP_INVALID_HANDLE; variable
175 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService()
95 uint16_t service_handle = GAP_INVALID_HANDLE; variable
630 for (const auto& service_handle : service_handles_it->second) { in GetRegisteredServices() local
395 let service_handle = AttHandle(service_handle); in remove_service() localVariable
427 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService()
914 void remove_service(::std::uint8_t server_id, ::std::uint16_t service_handle) noexcept { in remove_service()
1381 def compareIncludedServices(service, service_handle, included_handle, included_uuid): argument
1491 let service_handle = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable