Searched refs:req_cb (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | a2dp.c | 294 bt_a2dp_ctrl_req_cb req_cb, bt_a2dp_ctrl_done_cb done_cb, in a2dp_ctrl_ind() argument 309 if (req_cb != NULL) { in a2dp_ctrl_ind() 313 err = req_cb(stream, &rsp_err_code); in a2dp_ctrl_ind() 335 bt_a2dp_ctrl_req_cb req_cb; in a2dp_open_ind() local 339 req_cb = a2dp_cb != NULL ? a2dp_cb->establish_req : NULL; in a2dp_open_ind() 342 return a2dp_ctrl_ind(session, sep, errcode, req_cb, done_cb, false); in a2dp_open_ind() 348 bt_a2dp_ctrl_req_cb req_cb; in a2dp_start_ind() local 352 req_cb = a2dp_cb != NULL ? a2dp_cb->start_req : NULL; in a2dp_start_ind() 354 return a2dp_ctrl_ind(session, sep, errcode, req_cb, done_cb, false); in a2dp_start_ind() 360 bt_a2dp_ctrl_req_cb req_cb; in a2dp_suspend_ind() local [all …]
|