Home
last modified time | relevance | path

Searched defs:s_handle (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc276 uint8_t op_code, BT_HDR* p_rsp, uint16_t s_handle, in gatts_db_read_attr_value_by_type()
337 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, uint16_t e_handle, in gatts_add_included_service()
Dgatt_int.h105 uint16_t s_handle; /* starting handle */ member
362 uint16_t s_handle; /* starting handle of the active request */ member
401 uint16_t s_handle; member
Dgatt_api.cc65 static tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h585 uint16_t s_handle; member
668 uint16_t s_handle; /* starting handle */ member
763 uint16_t s_handle; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc384 void BTA_GATTC_ReadUsingCharUuid(tCONN_ID conn_id, const Uuid& uuid, uint16_t s_handle, in BTA_GATTC_ReadUsingCharUuid()
Dbta_gattc_cache.cc888 uint16_t att_handle, uint16_t s_handle, uint16_t e_handle, in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc1560 uint16_t s_handle = ((uint16_t)(*(p)) + (((uint16_t)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local
Dbta_gattc_int.h141 uint16_t s_handle; member
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageSharing.cpp480 std::string s_handle = THPStorage_bytesAsHandleString(_handle); in THPStorage_newSharedCuda() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc473 static bt_status_t btif_gattc_read_using_char_uuid(int conn_id, const Uuid& uuid, uint16_t s_handle, in btif_gattc_read_using_char_uuid()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h343 uint16_t s_handle; member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1505 jlong uuid_msb, jint s_handle, in gattClientReadUsingCharacteristicUuidNative()