HomeSort by relevance Sort by last modified time
    Searched full:pan_connection_state_changed (Results 1 - 3 of 3) sorted by null

  /system/bt/test/suite/cases/
pan.c 51 CALL_AND_WAIT(error = pan_interface->connect(&bt_remote_bdaddr, local_role, remote_role), pan_connection_state_changed);
58 WAIT(pan_connection_state_changed);
74 CALL_AND_WAIT(error = pan_interface->disconnect(&bt_remote_bdaddr), pan_connection_state_changed);
79 WAIT(pan_connection_state_changed);
  /system/bt/test/suite/support/
pan.c 70 void pan_connection_state_changed(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr, int local_role, int remote_role) { function
callbacks.c 35 void pan_connection_state_changed(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr, int local_role, int remote_role);
93 { "pan_connection_state_changed" },
158 pan_connection_state_changed, // btpan_connection_state_callback

Completed in 1077 milliseconds