Lines Matching defs:error
23 error("Callback: '%s' is not called on the correct thread", __FUNCTION__);\
38 #define error(fmt, ...) ALOGE ("## ERROR : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__)
59 static void control_state_callback(btpan_control_state_t state, int local_role, bt_status_t error,
65 (jint)error, js_ifname);
69 static void connection_state_callback(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr,
76 error("Fail to new jbyteArray bd addr for PAN channel state");
83 (jint)error, (jint)local_role, (jint)remote_role);
115 error("Bluetooth module is not loaded");
133 error("Failed to get Bluetooth PAN Interface");
141 error("Failed to initialize Bluetooth PAN, status: %d", status);
201 error("Bluetooth device address null");
207 error("Failed PAN channel connection, status: %d", status);
223 error("Bluetooth device address null");
229 error("Failed disconnect pan channel, status: %d", status);