Searched refs:bta_perm (Results 1 – 1 of 1) sorted by relevance
909 tBTA_GATT_PERM bta_perm = 0; in bt_mesh_perm_to_bta_perm() local912 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()