Home
last modified time | relevance | path

Searched defs:ccc_handle (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1879 static struct bt_gatt_subscribe_params *find_subscription(uint16_t ccc_handle) in find_subscription()
1980 static int enable_subscription(struct bt_conn *conn, uint16_t ccc_handle, in enable_subscription()
2013 static int disable_subscription(struct bt_conn *conn, uint16_t ccc_handle) in disable_subscription()
2038 uint16_t ccc_handle = sys_le16_to_cpu(cp->ccc_handle); in config_subscription_notif() local
2073 uint16_t ccc_handle = sys_le16_to_cpu(cp->ccc_handle); in config_subscription_ind() local
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h2168 uint16_t ccc_handle; member
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gatt.h290 uint16_t ccc_handle; member