Searched defs:perm (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 127 tGATT_PERM perm = p_attr->permission; in gatts_check_attr_readability() local 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() 1137 tGATT_PERM perm; in gatts_write_attr_perm_check() local 1292 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 | 312 tGATT_PERM perm, tGATT_CHAR_PROP property, in GATTS_AddCharacteristic() 354 tGATT_PERM perm, in GATTS_AddCharDescriptor()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_api.c | 219 … tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val, in BTA_GATTS_AddCharacteristic() 273 tBTA_GATT_PERM perm, in BTA_GATTS_AddCharDescriptor()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 340 tBTA_GATT_PERM perm; in btc_gatts_act_create_attr_tab() local 389 tBTA_GATT_PERM perm = gatts_attr_db[i].att_desc.perm; in btc_gatts_act_create_attr_tab() local
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 137 … esp_gatt_perm_t perm, esp_gatt_char_prop_t property, esp_attr_value_t *char_val, in esp_ble_gatts_add_char() 177 esp_gatt_perm_t perm, esp_attr_value_t *char_descr_val, in esp_ble_gatts_add_char_descr()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatts.h | 88 esp_gatt_perm_t perm; member 98 esp_gatt_perm_t perm; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 94 tBTA_GATT_PERM perm; member 108 tBTA_GATT_PERM perm; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 563 uint8_t perm; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatt_defs.h | 507 uint16_t perm; /*!< Attribute permissions, defined by esp_gatt_perm_t. */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 907 static tBTA_GATT_PERM bt_mesh_perm_to_bta_perm(uint8_t perm) in bt_mesh_perm_to_bta_perm()
|