Lines Matching refs:name
105 BT_DBG("%s result 0x%2.2x", hdev->name, result);
120 BT_DBG("%s err 0x%2.2x", hdev->name, err);
136 BT_DBG("%s", hdev->name);
172 BT_DBG("%s end: err %d", hdev->name, err);
201 BT_DBG("%s start", hdev->name);
265 BT_DBG("%s end: err %d", hdev->name, err);
324 BT_DBG("%s opcode 0x%4.4x plen %d", hdev->name, opcode, plen);
469 BT_DBG("%s ADV monitoring is %s", hdev->name,
486 BT_DBG("%s stopping background scanning", hdev->name);
515 memcpy(cp.name, hdev->dev_name, sizeof(cp.name));
1117 /* Instance 0x00 always set local name */
1379 /* Instance 0x00 always set local name */
1387 /* TODO: Take into account the "appearance" and "local-name" flags here.
1576 /* no space left for name (+ NULL + type + len) */
1580 /* use complete name if present and fits */
1586 /* use short name if present */
1592 /* use shortened full name if present, we already know that name
1596 u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1];
1598 memcpy(name, hdev->dev_name, HCI_MAX_SHORT_NAME_LENGTH);
1599 name[HCI_MAX_SHORT_NAME_LENGTH] = '\0';
1601 return eir_append_data(ptr, ad_len, EIR_NAME_SHORT, name,
1602 sizeof(name));
1868 BT_DBG("%s status %u", hdev->name, status);
1889 BT_DBG("%s status %u", hdev->name, status);
1926 BT_DBG("%s", hdev->name);
2691 BT_DBG("%s", hdev->name);
2923 BT_DBG("%s", req->hdev->name);
2949 BT_DBG("%s", hdev->name);
2969 * If we will resolve remote device name, do not change
3045 BT_DBG("%s", hdev->name);
3099 BT_DBG("%s", hdev->name);
3127 BT_DBG("%s", req->hdev->name);
3140 BT_DBG("%s type %u", hdev->name, hdev->discovery.type);
3188 BT_DBG("%s timeout %u ms", hdev->name, jiffies_to_msecs(timeout));
3213 BT_DBG("%s state %u", hdev->name, hdev->discovery.state);
3293 BT_DBG("%s", hdev->name);