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, bt_status_t error, int local_role,
64 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onControlStateChanged, (jint)state, (jint)error,
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");
139 error("Failed to initialize Bluetooth PAN, status: %d", status);
196 error("Bluetooth device address null");
202 error("Failed PAN channel connection, status: %d", status);
218 error("Bluetooth device address null");
224 error("Failed disconnect pan channel, status: %d", status);