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

  /system/bt/stack/srvc/
srvc_battery.c 37 #define BATTER_LEVEL_PERM (GATT_PERM_READ)
252 (GATT_PERM_READ|GATT_PERM_WRITE),
264 GATT_PERM_READ,
277 GATT_PERM_READ,
srvc_dis.c 379 p_db_attr->handle = GATTS_AddCharacteristic(dis_cb.service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
  /system/bt/stack/gap/
gap_ble.c 405 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
413 GATT_PERM_READ,
427 GATT_PERM_READ,
436 GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
  /system/bt/stack/include/
gatt_api.h 158 #define GATT_PERM_READ (1 << 0) /* bit 0 */
170 #define GATT_READ_ALLOWED (GATT_PERM_READ | GATT_PERM_READ_ENCRYPTED | GATT_PERM_READ_ENC_MITM)
    [all...]
  /system/bt/stack/gatt/
gatt_db.c 461 if ((p_attr = (tGATT_ATTR16 *) allocate_attr_in_db(p_db, &uuid, GATT_PERM_READ)) != NULL)
504 if ((p_char_decl = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, &uuid, GATT_PERM_READ)) != NULL)
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 457 #define BTA_GATT_PERM_READ GATT_PERM_READ /* bit 0 - 0x0001 */
    [all...]

Completed in 45 milliseconds