亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? hci_lib.h

?? Bluezan implementation of the Bluetooth&#8482 wireless standards specifications for Linux. The code
?? H
字號:
/* * *  BlueZ - Bluetooth protocol stack for Linux * *  Copyright (C) 2000-2001  Qualcomm Incorporated *  Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com> *  Copyright (C) 2002-2005  Marcel Holtmann <marcel@holtmann.org> * * *  This program is free software; you can redistribute it and/or modify *  it under the terms of the GNU General Public License version 2 as *  published by the Free Software Foundation; * *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. *  IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY *  CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES  *  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN  *  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  *  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * *  ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS,  *  COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS  *  SOFTWARE IS DISCLAIMED. * * *  $Id: hci_lib.h,v 1.49 2005/06/21 16:40:29 holtmann Exp $ */#ifndef __HCI_LIB_H#define __HCI_LIB_H#ifdef __cplusplusextern "C" {#endifstruct hci_request {	uint16_t ogf;	uint16_t ocf;	int      event;	void     *cparam;	int      clen;	void     *rparam;	int      rlen;};struct hci_version {	uint16_t manufacturer;	uint8_t  hci_ver;	uint16_t hci_rev;	uint8_t  lmp_ver;	uint16_t lmp_subver;};int hci_open_dev(int dev_id);int hci_close_dev(int dd);int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param);int hci_send_req(int dd, struct hci_request *req, int timeout);int hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to);int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to);int hci_inquiry(int dev_id, int len, int num_rsp, const uint8_t *lap, inquiry_info **ii, long flags);int hci_devinfo(int dev_id, struct hci_dev_info *di);int hci_devba(int dev_id, bdaddr_t *bdaddr);int hci_devid(const char *str);int hci_read_local_name(int dd, int len, char *name, int to);int hci_write_local_name(int dd, const char *name, int to);int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);int hci_read_remote_name_with_clock_offset(int dd, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *name, int to);int hci_read_remote_name_cancel(int dd, const bdaddr_t *bdaddr, int to);int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to);int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to);int hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to);int hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to);int hci_read_local_version(int dd, struct hci_version *ver, int to);int hci_read_local_commands(int dd, uint8_t *commands, int to);int hci_read_local_features(int dd, uint8_t *features, int to);int hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to);int hci_read_bd_addr(int dd, bdaddr_t *bdaddr, int to);int hci_read_class_of_dev(int dd, uint8_t *cls, int to);int hci_write_class_of_dev(int dd, uint32_t cls, int to);int hci_read_voice_setting(int dd, uint16_t *vs, int to);int hci_write_voice_setting(int dd, uint16_t vs, int to);int hci_read_current_iac_lap(int dd, uint8_t *num_iac, uint8_t *lap, int to);int hci_write_current_iac_lap(int dd, uint8_t num_iac, uint8_t *lap, int to);int hci_read_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to);int hci_write_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t *key, int to);int hci_delete_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to);int hci_authenticate_link(int dd, uint16_t handle, int to);int hci_encrypt_link(int dd, uint16_t handle, uint8_t encrypt, int to);int hci_change_link_key(int dd, uint16_t handle, int to);int hci_switch_role(int dd, bdaddr_t *bdaddr, uint8_t role, int to);int hci_park_mode(int dd, uint16_t handle, uint16_t max_interval, uint16_t min_interval, int to);int hci_exit_park_mode(int dd, uint16_t handle, int to);int hci_read_inquiry_scan_type(int dd, uint8_t *type, int to);int hci_write_inquiry_scan_type(int dd, uint8_t type, int to);int hci_read_inquiry_mode(int dd, uint8_t *mode, int to);int hci_write_inquiry_mode(int dd, uint8_t mode, int to);int hci_read_afh_mode(int dd, uint8_t *mode, int to);int hci_write_afh_mode(int dd, uint8_t mode, int to);int hci_read_transmit_power_level(int dd, uint16_t handle, uint8_t type, int8_t *level, int to);int hci_read_link_supervision_timeout(int dd, uint16_t handle, uint16_t *timeout, int to);int hci_write_link_supervision_timeout(int dd, uint16_t handle, uint16_t timeout, int to);int hci_set_afh_classification(int dd, uint8_t *map, int to);int hci_read_link_quality(int dd, uint16_t handle, uint8_t *link_quality, int to);int hci_read_rssi(int dd, uint16_t handle, int8_t *rssi, int to);int hci_read_afh_map(int dd, uint16_t handle, uint8_t *mode, uint8_t *map, int to);int hci_read_clock(int dd, uint16_t handle, uint8_t which, uint32_t *clock, uint16_t *accuracy, int to);int hci_local_name(int dd, int len, char *name, int to);int hci_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);int hci_for_each_dev(int flag, int(*func)(int dd, int dev_id, long arg), long arg);int hci_get_route(bdaddr_t *bdaddr);char *hci_dtypetostr(int type);char *hci_dflagstostr(uint32_t flags);char *hci_ptypetostr(unsigned int ptype);int hci_strtoptype(char *str, unsigned int *val);char *hci_scoptypetostr(unsigned int ptype);int hci_strtoscoptype(char *str, unsigned int *val);char *hci_lptostr(unsigned int ptype);int hci_strtolp(char *str, unsigned int *val);char *hci_lmtostr(unsigned int ptype);int hci_strtolm(char *str, unsigned int *val);char *hci_vertostr(unsigned int ver);int hci_strtover(char *str, unsigned int *ver);char *lmp_vertostr(unsigned int ver);int lmp_strtover(char *str, unsigned int *ver);char *lmp_featurestostr(uint8_t *features, char *pref, int width);static inline void hci_set_bit(int nr, void *addr){	*((uint32_t *) addr + (nr >> 5)) |= (1 << (nr & 31));}static inline void hci_clear_bit(int nr, void *addr){	*((uint32_t *) addr + (nr >> 5)) &= ~(1 << (nr & 31));}static inline int hci_test_bit(int nr, void *addr){	return *((uint32_t *) addr + (nr >> 5)) & (1 << (nr & 31));}/* HCI filter tools */static inline void hci_filter_clear(struct hci_filter *f){	memset(f, 0, sizeof(*f));}static inline void hci_filter_set_ptype(int t, struct hci_filter *f){	hci_set_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);}static inline void hci_filter_clear_ptype(int t, struct hci_filter *f){	hci_clear_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);}static inline int hci_filter_test_ptype(int t, struct hci_filter *f){	return hci_test_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);}static inline void hci_filter_all_ptypes(struct hci_filter *f){	memset((void *) &f->type_mask, 0xff, sizeof(f->type_mask));}static inline void hci_filter_set_event(int e, struct hci_filter *f){	hci_set_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);}static inline void hci_filter_clear_event(int e, struct hci_filter *f){	hci_clear_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);}static inline int hci_filter_test_event(int e, struct hci_filter *f){	return hci_test_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);}static inline void hci_filter_all_events(struct hci_filter *f){	memset((void *) f->event_mask, 0xff, sizeof(f->event_mask));}static inline void hci_filter_set_opcode(int opcode, struct hci_filter *f){	f->opcode = opcode;}static inline void hci_filter_clear_opcode(struct hci_filter *f){	f->opcode = 0;}static inline int hci_filter_test_opcode(int opcode, struct hci_filter *f){	return (f->opcode == opcode);}#ifdef __cplusplus}#endif#endif /* __HCI_LIB_H */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
视频一区欧美精品| 国产精品久久久久久久裸模| av一区二区三区| 国产成人综合精品三级| 国产在线一区二区综合免费视频| 亚洲一区二区在线视频| 一区二区三区中文字幕电影 | 成人理论电影网| 国产美女娇喘av呻吟久久| 黄色小说综合网站| 国产精品一二二区| 成人免费高清在线| 色综合中文字幕| 欧洲精品在线观看| 7777女厕盗摄久久久| 欧美高清dvd| 日韩一区二区电影在线| 精品99999| 欧美国产日韩精品免费观看| 中文字幕精品一区二区三区精品| 中文字幕亚洲精品在线观看| 亚洲精品videosex极品| 亚洲成a人片在线观看中文| 日本中文在线一区| 国产另类ts人妖一区二区| 成人黄色免费短视频| 色偷偷一区二区三区| 欧美精品久久久久久久多人混战 | 麻豆高清免费国产一区| 国产一区福利在线| 91视频你懂的| 欧美一区二区免费视频| 国产日产精品一区| 一区二区三区四区在线播放| 蜜桃视频免费观看一区| 高清国产一区二区| 欧美性一二三区| 日韩你懂的在线播放| 亚洲国产精华液网站w| 亚洲国产欧美在线| 国产精品一区2区| 在线观看日韩毛片| 久久午夜电影网| 一区二区三区中文字幕在线观看| 日本午夜一本久久久综合| 国产a精品视频| 欧美三级韩国三级日本一级| 国产日韩欧美高清| 天天影视涩香欲综合网| heyzo一本久久综合| 日韩亚洲欧美在线| 亚洲同性gay激情无套| 久久99深爱久久99精品| 99久久免费精品| 精品国产一区二区精华| 亚洲va欧美va人人爽午夜| 成人午夜私人影院| 精品久久久久一区| 午夜精品久久久久久久久久久 | 成人精品视频一区二区三区尤物| 欧美视频在线一区| 中文字幕的久久| 激情成人午夜视频| 91精品国产日韩91久久久久久| 亚洲视频免费看| av激情成人网| 国产片一区二区| 国产精品夜夜嗨| 日韩欧美一二三区| 日本不卡1234视频| 欧美色男人天堂| 亚洲午夜精品在线| 在线观看亚洲精品视频| 亚洲黄网站在线观看| 丁香天五香天堂综合| 久久亚洲一区二区三区四区| 日韩av中文在线观看| 4438成人网| 亚洲va韩国va欧美va精品| 91国偷自产一区二区使用方法| 国产精品久久久久久久午夜片| 成人做爰69片免费看网站| 久久久午夜电影| 国产成人免费高清| 国产精品情趣视频| www..com久久爱| 一区二区成人在线视频| 91老师国产黑色丝袜在线| 亚洲精品视频在线观看网站| 91麻豆免费看片| 一区二区三区精品| 51精品秘密在线观看| 男女男精品网站| 久久香蕉国产线看观看99| 国产乱人伦精品一区二区在线观看| 精品国产乱码久久久久久1区2区| 狠狠色丁香婷婷综合| 国产精品天天看| 色哟哟精品一区| 日本免费新一区视频| 日韩精品在线一区二区| 懂色av中文一区二区三区 | 成人免费在线播放视频| 色香色香欲天天天影视综合网| 亚洲精品美国一| 日韩一区二区在线观看视频播放| 另类小说综合欧美亚洲| 国产精品丝袜在线| 欧美日韩一区不卡| 狠狠色伊人亚洲综合成人| 国产精品入口麻豆九色| 在线精品视频一区二区三四 | 日韩一区二区三| 国产精品一二三四区| 亚洲最色的网站| 欧美不卡视频一区| 91丨porny丨户外露出| 日本成人在线一区| 中文字幕在线观看一区| 制服丝袜成人动漫| 欧美精品三级在线观看| 麻豆专区一区二区三区四区五区| 亚洲国产精品黑人久久久| 337p亚洲精品色噜噜| 成人污视频在线观看| 免费观看在线综合| 亚洲欧美日韩一区二区三区在线观看 | 樱花草国产18久久久久| 日韩欧美在线观看一区二区三区| 成人伦理片在线| 日本美女一区二区三区视频| 国产精品国产成人国产三级| 欧美一区永久视频免费观看| 91亚洲精品乱码久久久久久蜜桃| 久久99精品久久久久久| 亚洲国产视频一区二区| 国产精品理伦片| 精品国产成人在线影院 | 爽好多水快深点欧美视频| 欧美国产日韩亚洲一区| 精品免费视频一区二区| 欧美日韩亚洲不卡| 日本韩国欧美在线| 91亚洲大成网污www| 国产v综合v亚洲欧| 国产在线精品视频| 激情综合网天天干| 麻豆一区二区在线| 蜜臀久久99精品久久久画质超高清| 亚洲欧美偷拍另类a∨色屁股| 国产日韩欧美a| 久久影视一区二区| ww亚洲ww在线观看国产| 日韩欧美中文字幕精品| 欧美老人xxxx18| 欧美日韩国产高清一区| 色av一区二区| 欧美网站大全在线观看| 在线观看精品一区| 欧美日韩五月天| 91.xcao| 日韩一区二区三区精品视频| 欧美一级夜夜爽| 欧美久久久久久久久| 欧美日韩国产首页在线观看| 欧美精品日韩综合在线| 日韩免费看的电影| www久久精品| 中文一区二区在线观看| 综合久久久久综合| 一区二区国产视频| 日本成人在线看| 国产乱码精品一区二区三区五月婷 | 不卡大黄网站免费看| 成a人片国产精品| 91麻豆蜜桃一区二区三区| 欧亚洲嫩模精品一区三区| 欧美人xxxx| 欧美精品一区二区久久婷婷| 国产亚洲人成网站| 成人免费一区二区三区在线观看| 一区二区欧美在线观看| 日韩av高清在线观看| 国产精品综合在线视频| 成人a级免费电影| 欧美视频一区二区三区四区| 欧美中文字幕一区二区三区亚洲| 91精品福利在线一区二区三区 | 久久亚洲影视婷婷| 中文字幕中文在线不卡住| 五月婷婷综合在线| 国产高清在线观看免费不卡| 91行情网站电视在线观看高清版| 欧美高清视频www夜色资源网| 亚洲精品一区在线观看| 亚洲免费在线播放| 国内精品久久久久影院薰衣草| 91在线视频网址| 欧美v亚洲v综合ⅴ国产v| 中文字幕日本乱码精品影院|