HomeSort by relevance Sort by last modified time
    Searched refs:attr_uuid (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 534 void GAP_BleAttrDBUpdate(UINT16 attr_uuid, tGAP_BLE_ATTR_VALUE *p_value)
539 GAP_TRACE_EVENT1("GAP_BleAttrDBUpdate attr_uuid=0x%04x", attr_uuid);
543 if (p_db_attr->uuid == attr_uuid)
545 GAP_TRACE_EVENT1("Found attr_uuid=0x%04x", attr_uuid);
547 switch (attr_uuid)
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 240 tBT_UUID attr_uuid; local
246 bta_gattc_pack_attr_uuid(p_attr, &attr_uuid);
248 if (bta_gattc_uuid_compare(attr_uuid, uuid, TRUE))
1030 tBT_UUID attr_uuid; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 332 tBT_UUID attr_uuid; local
342 attr_uuid.len = LEN_UUID_16;
343 attr_uuid.uu.uuid16 = p_attr->uuid;
347 attr_uuid.len = LEN_UUID_128;
348 memcpy(attr_uuid.uu.uuid128, ((tGATT_ATTR128 *)p_attr)->uuid, LEN_UUID_128);
351 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid))
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 743 GAP_API extern void GAP_BleAttrDBUpdate(UINT16 attr_uuid, tGAP_BLE_ATTR_VALUE *p_value);
    [all...]

Completed in 76 milliseconds