Searched refs:ase (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | ascs.c | 51 #define ASE_ID(_ase) ase->ep.status.id 114 static void ase_free(struct bt_ascs_ase *ase) in ase_free() argument 116 __ASSERT(ase && ase->conn, "Non-existing ASE"); in ase_free() 118 LOG_DBG("conn %p ase %p id 0x%02x", (void *)ase->conn, ase, ase->ep.status.id); in ase_free() 120 if (ase->ep.iso != NULL) { in ase_free() 121 bt_bap_iso_unbind_ep(ase->ep.iso, &ase->ep); in ase_free() 124 bt_conn_unref(ase->conn); in ase_free() 125 ase->conn = NULL; in ase_free() 127 (void)k_work_cancel(&ase->state_transition_work); in ase_free() 130 static void ase_status_changed(struct bt_ascs_ase *ase, uint8_t state) in ase_status_changed() argument [all …]
|
D | ascs_internal.h | 122 uint8_t ase; member 145 uint8_t ase; member 176 uint8_t ase; member 195 uint8_t ase[0]; member 203 uint8_t ase[0]; member 211 uint8_t ase[0]; member 227 uint8_t ase[0]; member
|
D | bap_unicast_client.c | 1751 req->ase = ep->status.id; in unicast_client_ep_config() 1796 req->ase = ep->status.id; in bt_bap_unicast_client_ep_qos() 1830 req->ase = ep->status.id; in unicast_client_ep_enable() 1863 req->ase = ep->status.id; in unicast_client_ep_metadata()
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | test_ase_control_params.c | 32 const struct bt_gatt_attr *ase; member 46 test_ase_snk_get(1, &fixture->ase); in test_ase_control_params_setup() 48 test_ase_src_get(1, &fixture->ase); in test_ase_control_params_setup() 496 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() 518 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() 541 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() 584 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() 598 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() 613 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() 626 const uint8_t ase_id = test_ase_id_get(fixture->ase); in ZTEST_F() [all …]
|
D | test_ase_state_transition.c | 40 } ase; member 52 test_ase_snk_get(1, &fixture->ase.attr); in test_sink_ase_state_transition_setup() 53 if (fixture->ase.attr != NULL) { in test_sink_ase_state_transition_setup() 54 fixture->ase.id = test_ase_id_get(fixture->ase.attr); in test_sink_ase_state_transition_setup() 83 uint8_t ase_id = fixture->ase.id; in ZTEST_F() 98 uint8_t ase_id = fixture->ase.id; in ZTEST_F() 115 uint8_t ase_id = fixture->ase.id; in ZTEST_F() 132 uint8_t ase_id = fixture->ase.id; in ZTEST_F() 149 uint8_t ase_id = fixture->ase.id; in ZTEST_F() 166 uint8_t ase_id = fixture->ase.id; in ZTEST_F() [all …]
|
D | main.c | 126 const struct bt_gatt_attr *ase = fixture->ase_snk.attr; in ZTEST_F() local 134 ret = ase->read(conn, ase, &hdr, sizeof(hdr), 0); in ZTEST_F() 142 const struct bt_gatt_attr *ase; in ZTEST_F() local 149 ase = fixture->ase_snk.attr; in ZTEST_F() 152 ase = fixture->ase_src.attr; in ZTEST_F() 156 zexpect_not_null(ase); in ZTEST_F() 175 expect_bt_gatt_notify_cb_called_once(conn, ase->uuid, ase, EMPTY, sizeof(*hdr)); in ZTEST_F() 225 const struct bt_gatt_attr *ase; in ZTEST_F() local 230 ase = fixture->ase_snk.attr; in ZTEST_F() 233 ase = fixture->ase_src.attr; in ZTEST_F() [all …]
|
D | test_common.c | 117 uint8_t test_ase_id_get(const struct bt_gatt_attr *ase) in test_ase_id_get() argument 122 ret = ase->read(NULL, ase, &hdr, sizeof(hdr), 0); in test_ase_id_get()
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/include/ |
D | test_common.h | 43 uint8_t test_ase_id_get(const struct bt_gatt_attr *ase);
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/ |
D | bap.rst | 325 Default ase: 1 450 *0: ase 0x01 dir 0x01 state 0x01 465 uart:~$ bap select <ase>
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.3.rst | 3157 * :github:`52838` - Bluetooth: audio:invalid ase state transition
|