Searched refs:avctp_set_state (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | control.c | 440 static void avctp_set_state(struct control *control, avctp_state_t new_state) in avctp_set_state() function 589 avctp_set_state(control, AVCTP_STATE_DISCONNECTED); in control_cb() 685 avctp_set_state(control, AVCTP_STATE_DISCONNECTED); in avctp_connect_cb() 695 avctp_set_state(control, AVCTP_STATE_DISCONNECTED); in avctp_connect_cb() 708 avctp_set_state(control, AVCTP_STATE_CONNECTED); in avctp_connect_cb() 727 avctp_set_state(control, AVCTP_STATE_DISCONNECTED); in auth_cb() 735 avctp_set_state(control, AVCTP_STATE_DISCONNECTED); in auth_cb() 778 avctp_set_state(control, AVCTP_STATE_CONNECTING); in avctp_confirm_cb() 793 avctp_set_state(control, AVCTP_STATE_DISCONNECTED); in avctp_confirm_cb() 825 avctp_set_state(control, AVCTP_STATE_CONNECTING); in avrcp_connect() [all …]
|