Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc54 AttributeBackingType attr_type, uint32_t offset, in OnServerRead()
83 AttributeBackingType attr_type, uint32_t offset, in OnServerWrite()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc265 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type, uint32_t attr_len, in SDP_AddAttribute()
441 bool SDP_AddAttributeToRecord(tSDP_RECORD* p_rec, uint16_t attr_id, uint8_t attr_type, in SDP_AddAttributeToRecord()
Dsdp_discovery.cc302 uint16_t attr_type; in add_attr() local