Home | History | Annotate | Download | only in src

Lines Matching refs:cb

90 	void *cb;
1668 bt_callback_t cb;
1686 cb = search_cb;
1690 cb = browse_cb;
1708 &uuid, cb, req, NULL);
2265 if (auth->cb == NULL)
2268 ((agent_pincode_cb) auth->cb)(agent, err, pincode, device);
2270 device->authr->cb = NULL;
2280 if (auth->cb == NULL)
2283 ((agent_cb) auth->cb)(agent, err, device);
2285 device->authr->cb = NULL;
2296 if (auth->cb == NULL)
2299 ((agent_oob_data_cb) auth->cb)(agent, err, hash, randomizer, device);
2301 device->authr->cb = NULL;
2312 if (auth->cb == NULL)
2315 ((agent_passkey_cb) auth->cb)(agent, err, passkey, device);
2317 device->authr->cb = NULL;
2327 if (!auth->cb)
2330 ((agent_cb) auth->cb)(agent, err, device);
2332 auth->cb = NULL;
2336 void *cb, void *user_data)
2350 cb, user_data, g_free);
2360 uint32_t passkey, void *cb)
2377 auth->cb = cb;
2426 if (!auth || !auth->cb)
2437 ((agent_pincode_cb) auth->cb)(agent, &err, NULL, device);
2440 ((agent_cb) auth->cb)(agent, &err, device);
2443 ((agent_passkey_cb) auth->cb)(agent, &err, 0, device);
2446 ((agent_oob_data_cb) auth->cb)(agent, &err, 0, 0, device);
2449 ((agent_cb) auth->cb) (agent, &err, device);
2458 auth->cb = NULL;