Lines Matching refs: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… macro
59 static void control_state_callback(btpan_control_state_t state, int local_role, bt_status_t error, in control_state_callback() argument
65 (jint)error, js_ifname); in control_state_callback()
69 static void connection_state_callback(btpan_connection_state_t state, bt_status_t error, const bt_b… in connection_state_callback() argument
76 error("Fail to new jbyteArray bd addr for PAN channel state"); in connection_state_callback()
83 (jint)error, (jint)local_role, (jint)remote_role); in connection_state_callback()
112 error("Bluetooth module is not loaded"); in initializeNative()
130 error("Failed to get Bluetooth PAN Interface"); in initializeNative()
138 error("Failed to initialize Bluetooth PAN, status: %d", status); in initializeNative()
195 error("Bluetooth device address null"); in connectPanNative()
201 error("Failed PAN channel connection, status: %d", status); in connectPanNative()
217 error("Bluetooth device address null"); in disconnectPanNative()
223 error("Failed disconnect pan channel, status: %d", status); in disconnectPanNative()