Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt.cc46 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
Dmock_stack_gatt_api.cc137 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
253 uint16_t start_handle) { in is_active_service()
Dmock_bta_gattc_api.cc106 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc381 uint16_t start_handle = (uint16_t)pe.params[0]; in bta_gattc_sdp_callback() local
909 uint16_t start_handle, in bta_gattc_get_db_size()
950 uint16_t start_handle, in bta_gattc_get_gatt_db_impl()
1030 void bta_gattc_get_gatt_db(uint16_t conn_id, uint16_t start_handle, in bta_gattc_get_gatt_db()
Ddatabase_builder.cc71 uint16_t start_handle, in AddIncludedService()
Ddatabase.h82 uint16_t start_handle; /* start handle of included service */ member
Dbta_gattc_utils.cc509 uint16_t conn_id, uint16_t start_handle, in bta_gattc_clear_notif_registration()
Dbta_gattc_api.cc375 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc337 uint16_t start_handle) { in is_active_service()
874 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
923 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
Dgatt_utils.cc220 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h146 uint16_t start_handle; member
161 CsisInstance(uint16_t start_handle, uint16_t end_handle, const bluetooth::Uuid& uuid) in CsisInstance()
/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.h68 uint16_t start_handle; member
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto203 uint32 start_handle = 3; field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1129 let start_handle = String::from(get_arg(args, 3)?) in cmd_gatt() localVariable