
opp
ok_day
蓝牙
展开
-
opp分析(ACTION_INCOMING_FILE_CONFIRM)
83void OppNotificationHandler::handleMessage(const sp& msg) {84 GLOGENTRY();85 sp btOppNotif = mOppNotificationHandler.promote();86 CHECK_NULL_POINTER_RETURN(btOppNotif);8788 swi原创 2014-07-31 13:45:28 · 1548 阅读 · 0 评论 -
opp分析(BluetoothOppService的启动)
void BluetoothOppService::onCreate() { GLOGENTRY(); Service::onCreate(); GLOGI("Service onCreate"); mHandler = new BtoppServiceHandler(this); GLOGD("BluetoothOppService:: Bt转载 2014-08-01 13:41:28 · 1799 阅读 · 0 评论 -
opp分析(MSG_INCOMING_BTOPP_CONNECTION)
278 case BluetoothOppRfcommListener::MSG_INCOMING_BTOPP_CONNECTION:279 {280 GLOGI("Get incoming connection");281 sp transport = safe_cast(msg->obj);282原创 2014-07-31 14:19:28 · 2189 阅读 · 0 评论 -
opp分析(ACTION_DEVICE_SELECTED)
sp BluetoothOppProvider::insert(const sp& uri, const sp& values) { GLOGENTRY(); GLOGI("BluetoothOppProvider insert"); sp db = mOpenHelper->getWritableDatabase(); sp urimatcher =转载 2014-07-31 18:44:07 · 1842 阅读 · 0 评论