Home
last modified time | relevance | path

Searched defs:service_handle (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.h47 int service_handle() const { return service_handle_; } in service_handle() function
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis_int.h43 uint16_t service_handle; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc389 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service()
395 int service_handle) { in btif_gatts_delete_service()
/packages/modules/Bluetooth/system/bta/vc/
Dtypes.h112 uint16_t service_handle; member
156 VolumeOffset* FindByServiceHandle(uint16_t service_handle) { in FindByServiceHandle()
/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h90 uint16_t service_handle = GAP_INVALID_HANDLE; variable
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc414 uint16_t service_handle; in gap_attr_db_init() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc194 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h99 uint16_t service_handle = GAP_INVALID_HANDLE; variable
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs419 let service_handle = AttHandle(service_handle); in remove_service() localVariable
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc410 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService()
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py1346 def compareIncludedServices(service, service_handle, included_handle, included_uuid): argument