Home
last modified time | relevance | path

Searched refs:attr_uuid (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gap/
Dgap_ble.cc473 void GAP_BleAttrDBUpdate(uint16_t attr_uuid, tGAP_BLE_ATTR_VALUE* p_value) { in GAP_BleAttrDBUpdate() argument
474 DVLOG(1) << StringPrintf("%s: attr_uuid=0x%04x", __func__, attr_uuid); in GAP_BleAttrDBUpdate()
477 if (db_attr.uuid == attr_uuid) { in GAP_BleAttrDBUpdate()
478 DVLOG(1) << StringPrintf("Found attr_uuid=0x%04x", attr_uuid); in GAP_BleAttrDBUpdate()
480 switch (attr_uuid) { in GAP_BleAttrDBUpdate()
/system/bt/stack/include/
Dgap_api.h336 extern void GAP_BleAttrDBUpdate(uint16_t attr_uuid,
/system/bt/service/
Dgatt_server_old.cc280 const bluetooth::UUID::UUID128Bit& attr_uuid = ch.uuid.GetFullBigEndian(); in RequestWriteCallback() local
283 attr_uuid.data(), attr_uuid.size())); in RequestWriteCallback()
/system/bt/stack/gatt/
Dgatt_db.cc265 tBT_UUID attr_uuid = attr.uuid; in gatts_db_read_attr_value_by_type() local
267 if (attr.handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) { in gatts_db_read_attr_value_by_type()