hci_event.c (3497ac84bd35bc5b984a3a20625021bfb0ca3f37) | hci_event.c (06f5b7785af6beebb7b2a452687b5a102c90ca6e) |
---|---|
1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved. 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 184 unchanged lines hidden (view full) --- 193 hdev->inq_tx_power = HCI_TX_POWER_INVALID; 194 hdev->adv_tx_power = HCI_TX_POWER_INVALID; 195 196 memset(hdev->adv_data, 0, sizeof(hdev->adv_data)); 197 hdev->adv_data_len = 0; 198 199 memset(hdev->scan_rsp_data, 0, sizeof(hdev->scan_rsp_data)); 200 hdev->scan_rsp_data_len = 0; | 1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved. 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 184 unchanged lines hidden (view full) --- 193 hdev->inq_tx_power = HCI_TX_POWER_INVALID; 194 hdev->adv_tx_power = HCI_TX_POWER_INVALID; 195 196 memset(hdev->adv_data, 0, sizeof(hdev->adv_data)); 197 hdev->adv_data_len = 0; 198 199 memset(hdev->scan_rsp_data, 0, sizeof(hdev->scan_rsp_data)); 200 hdev->scan_rsp_data_len = 0; |
201 202 hdev->ssp_debug_mode = 0; |
|
201} 202 203static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb) 204{ 205 __u8 status = *((__u8 *) skb->data); 206 void *sent; 207 208 BT_DBG("%s status 0x%2.2x", hdev->name, status); --- 3646 unchanged lines hidden --- | 203} 204 205static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb) 206{ 207 __u8 status = *((__u8 *) skb->data); 208 void *sent; 209 210 BT_DBG("%s status 0x%2.2x", hdev->name, status); --- 3646 unchanged lines hidden --- |