Searched refs:read_ccid (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/ccid/src/ |
D | main.c | 47 static ssize_t read_ccid(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, in read_ccid() function 59 BT_GATT_CHARACTERISTIC(BT_UUID_CCID, BT_GATT_CHRC_READ, BT_GATT_PERM_READ, read_ccid, \
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | tbs_client.c | 1078 SHELL_CMD_ARG(read_ccid, NULL,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | ccp.rst | 69 read_ccid :Read the CCID [<{instance_index, gtbs}>]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 713 static ssize_t read_ccid(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, in read_ccid() function 1425 BT_AUDIO_CHRC(BT_UUID_CCID, BT_GATT_CHRC_READ, BT_GATT_PERM_READ_ENCRYPT, read_ccid, NULL, \
|