Home
last modified time | relevance | path

Searched defs:perm (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c127 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()
Dgatt_api.c312 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/
Dbta_gatts_api.c219tBTA_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/
Dbtc_gatts.c340 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/
Desp_gatts_api.c137esp_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/
Dbtc_gatts.h88 esp_gatt_perm_t perm; member
98 esp_gatt_perm_t perm; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h94 tBTA_GATT_PERM perm; member
108 tBTA_GATT_PERM perm; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h563 uint8_t perm; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h507 uint16_t perm; /*!< Attribute permissions, defined by esp_gatt_perm_t. */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c907 static tBTA_GATT_PERM bt_mesh_perm_to_bta_perm(uint8_t perm) in bt_mesh_perm_to_bta_perm()