D | has_client.c | 28 static void has_client_discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in has_client_discover_cb() argument 38 has, type, caps, conn); in has_client_discover_cb() 40 inst = has; in has_client_discover_cb() 43 static void has_client_preset_switch_cb(struct bt_has *has, int err, uint8_t index) in has_client_preset_switch_cb() argument 46 bt_shell_error("HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb() 48 bt_shell_print("HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb() 52 static void has_client_preset_read_rsp_cb(struct bt_has *has, int err, in has_client_preset_read_rsp_cb() argument
|