Home
last modified time | relevance | path

Searched refs:bta_perm (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c909 tBTA_GATT_PERM bta_perm = 0; in bt_mesh_perm_to_bta_perm() local
912 bta_perm |= BTA_GATT_PERM_READ; in bt_mesh_perm_to_bta_perm()
916 bta_perm |= BTA_GATT_PERM_WRITE; in bt_mesh_perm_to_bta_perm()
920 bta_perm |= BTA_GATT_PERM_READ_ENCRYPTED; in bt_mesh_perm_to_bta_perm()
924 bta_perm |= BTA_GATT_PERM_WRITE_ENCRYPTED; in bt_mesh_perm_to_bta_perm()
928 bta_perm |= BTA_GATT_PERM_READ_ENC_MITM; in bt_mesh_perm_to_bta_perm()
932 bta_perm |= BTA_GATT_PERM_WRITE_ENC_MITM; in bt_mesh_perm_to_bta_perm()
935 return bta_perm; in bt_mesh_perm_to_bta_perm()