Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt_internal.h40 int bt_gatt_store_ccc(uint8_t id, const bt_addr_le_t *addr);
Dgatt.c1147 bt_gatt_store_ccc(conn->id, &conn->le.dst); in bt_gatt_identity_resolved()
1165 bt_gatt_store_ccc(conn->id, &(conn->le.dst)); in bt_gatt_pairing_complete()
1480 bt_gatt_store_ccc(id, peer_addr); in gatt_store_ccc_cf()
1665 bt_gatt_store_ccc(cfg->id, &cfg->peer); in gatt_unregister_ccc()
6114 int bt_gatt_store_ccc(uint8_t id, const bt_addr_le_t *addr) in bt_gatt_store_ccc() function