Searched refs:a2dp_cb (Results 1 – 2 of 2) sorted by relevance
72 static struct bt_a2dp_cb *a2dp_cb; variable98 if ((a2dp_cb != NULL) && (a2dp_cb->connected != NULL)) { in a2dp_connected()99 a2dp_cb->connected(a2dp, 0); in a2dp_connected()109 if ((a2dp_cb != NULL) && (a2dp_cb->disconnected != NULL)) { in a2dp_disconnected()110 a2dp_cb->disconnected(a2dp); in a2dp_disconnected()212 if (a2dp_cb == NULL || a2dp_cb->reconfig_req == NULL) { in a2dp_process_config_ind()215 } else if (a2dp_cb == NULL || a2dp_cb->config_req == NULL) { in a2dp_process_config_ind()226 err = a2dp_cb->config_req(a2dp, ep, &cfg, &stream, &rsp_err_code); in a2dp_process_config_ind()238 err = a2dp_cb->reconfig_req(stream, &cfg, &rsp_err_code); in a2dp_process_config_ind()339 req_cb = a2dp_cb != NULL ? a2dp_cb->establish_req : NULL; in a2dp_open_ind()[all …]
462 struct bt_a2dp_cb a2dp_cb = { variable485 err = bt_a2dp_register_cb(&a2dp_cb); in cmd_register_cb()