Home
last modified time | relevance | path

Searched defs:end_handle (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h43 uint16_t end_handle; member
49 uint16_t end_handle; member
74 uint16_t end_handle; member
83 uint16_t end_handle; /* end handle of included service */ member
Ddatabase_builder.cc39 void DatabaseBuilder::AddService(uint16_t handle, uint16_t end_handle, in AddService()
72 uint16_t end_handle) { in AddIncludedService()
Dbta_gattc_cache.cc382 uint16_t end_handle = (uint16_t)pe.params[1]; in bta_gattc_sdp_callback() local
910 uint16_t end_handle) { in bta_gattc_get_db_size()
951 uint16_t end_handle, in bta_gattc_get_gatt_db_impl()
1031 uint16_t end_handle, btgatt_db_element_t** db, in bta_gattc_get_gatt_db()
Dbta_gattc_utils.cc510 uint16_t end_handle) { in bta_gattc_clear_notif_registration()
Dbta_gattc_api.cc376 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt.cc46 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
Dmock_bta_gattc_api.cc107 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
Dmock_stack_gatt_api.cc137 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h147 uint16_t end_handle; member
161 CsisInstance(uint16_t start_handle, uint16_t end_handle, const bluetooth::Uuid& uuid) in CsisInstance()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc874 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
923 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
Dgatt_int.h190 uint16_t end_handle; /* Last handle number */ member
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py1372 def getCharacteristicsRange(services, start_handle, end_handle, uuid): argument
1387 def getDescriptorsRange(services, start_handle, end_handle): argument
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h69 uint16_t end_handle; member
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto204 uint32 end_handle = 4; field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1132 let end_handle = String::from(get_arg(args, 4)?) in cmd_gatt() localVariable