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

  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 165 typedef UINT16 tGATT_PERM;
167 #define GATT_ENCRYPT_KEY_SIZE_MASK (0xF000) /* the MS nibble of tGATT_PERM; key size 7=0; size 16=9 */
762 tGATT_PERM perm,tGATT_CHAR_PROP property);
783 GATT_API extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 180 tGATT_PERM permission;
193 tGATT_PERM permission;
669 extern UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
670 extern UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, tBT_UUID *p_dscp_uuid);
gatt_db.c 40 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, UINT16 uuid16, UINT8 *p_uuid128, tGATT_PERM perm);
123 tGATT_PERM perm = p_attr->permission;
460 UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm,
554 UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm,
711 tGATT_PERM perm;
    [all...]
gatt_api.c 316 tGATT_PERM perm,tGATT_CHAR_PROP property)
358 tGATT_PERM perm,
    [all...]

Completed in 127 milliseconds