Home
last modified time | relevance | path

Searched refs:config_id (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dcs.c666 p_result->header.config_id = 0; in bt_hci_le_cs_subevent_result()
669 p_result->header.config_id = evt->config_id; in bt_hci_le_cs_subevent_result()
818 notify_cs_config_removed(conn, evt->config_id); in bt_hci_le_cs_config_complete_event()
823 config.id = evt->config_id; in bt_hci_le_cs_config_complete_event()
860 cp->config_id = params->id; in bt_le_cs_create_config()
881 int bt_le_cs_remove_config(struct bt_conn *conn, uint8_t config_id) in bt_le_cs_remove_config() argument
893 cp->config_id = config_id; in bt_le_cs_remove_config()
927 cp->config_id = params->config_id; in bt_le_cs_procedure_enable()
946 cp->config_id = params->config_id; in bt_le_cs_set_procedure_parameters()
1253 params.config_id = evt->config_id; in bt_hci_le_cs_procedure_enable_complete()
Dconn_internal.h508 void notify_cs_config_removed(struct bt_conn *conn, uint8_t config_id);
Dconn.c3378 void notify_cs_config_removed(struct bt_conn *conn, uint8_t config_id) in notify_cs_config_removed() argument
3384 callback->le_cs_config_removed(conn, config_id); in notify_cs_config_removed()
3390 cb->le_cs_config_removed(conn, config_id); in notify_cs_config_removed()
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h676 int bt_le_cs_remove_config(struct bt_conn *conn, uint8_t config_id);
724 uint8_t config_id; member
758 uint8_t config_id; member
Dconn.h588 uint8_t config_id; member
1573 uint8_t config_id; member
1888 void (*le_cs_config_removed)(struct bt_conn *conn, uint8_t config_id);
Dhci_types.h2517 uint8_t config_id; member
2539 uint8_t config_id; member
2685 uint8_t config_id; member
2708 uint8_t config_id; member
3585 uint8_t config_id; member
3807 uint8_t config_id; member
3830 uint8_t config_id; member
3854 uint8_t config_id; member
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c325 .config_id = CS_CONFIG_ID, in main()
347 .config_id = CS_CONFIG_ID, in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c267 uint8_t config_id = strtoul(argv[1], NULL, 10); in cmd_remove_config() local
269 err = bt_le_cs_remove_config(default_conn, config_id); in cmd_remove_config()
634 params.config_id = 0; in cmd_set_procedure_parameters()
669 params.config_id = shell_strtoul(argv[1], 16, &err); in cmd_procedure_enable()
Dbt.c1110 static void le_cs_config_removed(struct bt_conn *conn, uint8_t config_id) in le_cs_config_removed() argument
1112 bt_shell_print("CS config %d is removed", config_id); in le_cs_config_removed()