Searched refs:l2cap_vfs_id (Results 1 – 1 of 1) sorted by relevance
81 esp_vfs_id_t l2cap_vfs_id; member212 if (esp_vfs_register_fd(l2cap_local_param.l2cap_vfs_id, &(*slot)->fd) != ESP_OK) { in l2cap_malloc_slot()245 esp_vfs_unregister_fd(l2cap_local_param.l2cap_vfs_id, slot->fd); in l2cap_free_slot()422 l2cap_local_param.l2cap_vfs_id = -1; in btc_l2cap_init()788 if (l2cap_local_param.l2cap_vfs_id != -1) { in btc_l2cap_cb_handler()789 esp_vfs_unregister_with_id(l2cap_local_param.l2cap_vfs_id); in btc_l2cap_cb_handler()790 l2cap_local_param.l2cap_vfs_id = -1; in btc_l2cap_cb_handler()1225 if (esp_vfs_register_with_id(&vfs, NULL, &l2cap_local_param.l2cap_vfs_id) != ESP_OK) { in btc_l2cap_vfs_register()1244 if (l2cap_local_param.l2cap_vfs_id != -1) { in btc_l2cap_vfs_unregister()1245 if (esp_vfs_unregister_with_id(l2cap_local_param.l2cap_vfs_id) != ESP_OK) { in btc_l2cap_vfs_unregister()[all …]