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

  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 50 #define GATT_UUID_GAP_DEVICE_NAME 0x2A00
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 233 if (p_db_attr->uuid != GATT_UUID_GAP_DEVICE_NAME &&
239 case GATT_UUID_GAP_DEVICE_NAME:
253 GAP_TRACE_EVENT("GATT_UUID_GAP_DEVICE_NAME len=0x%04x", p_value->len);
405 uuid.uu.uuid16 = p_db_attr->uuid = GATT_UUID_GAP_DEVICE_NAME;
477 case GATT_UUID_GAP_DEVICE_NAME:
512 if (op == GATT_UUID_GAP_DEVICE_NAME)
572 if (cl_op_uuid == GATT_UUID_GAP_DEVICE_NAME)
643 case GATT_UUID_GAP_DEVICE_NAME:
644 GAP_TRACE_EVENT ("GATT_UUID_GAP_DEVICE_NAME");
782 return gap_ble_cl_read_request(p_clcb, GATT_UUID_GAP_DEVICE_NAME, (void *)p_cback)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 420 (type.uu.uuid16 == GATT_UUID_GAP_DEVICE_NAME))
    [all...]

Completed in 32 milliseconds