Searched refs:tGATT_PERM (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 190 tGATT_PERM permission; 203 tGATT_PERM permission; 217 tGATT_PERM permission; 747 extern UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, 751 extern UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 184 typedef UINT16 tGATT_PERM; typedef 788 tGATT_PERM perm, tGATT_CHAR_PROP property, 810 extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 45 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm); 127 tGATT_PERM perm = p_attr->permission; in gatts_check_attr_readability() 510 UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_characteristic() 651 UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_char_descr() 1130 tGATT_PERM perm; in gatts_write_attr_perm_check() 1276 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm) in allocate_attr_in_db()
|
D | gatt_api.c | 311 tGATT_PERM perm, tGATT_CHAR_PROP property, in GATTS_AddCharacteristic() 353 tGATT_PERM perm, in GATTS_AddCharDescriptor()
|