Searched refs:MGMT_OP_ADD_ADVERTISING (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | mgmt.h | 542 #define MGMT_OP_ADD_ADVERTISING 0x003E macro
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 103 MGMT_OP_ADD_ADVERTISING, 6893 cmd = pending_find(MGMT_OP_ADD_ADVERTISING, hdev); in add_advertising_complete() 6948 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6959 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6965 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6970 if (pending_find(MGMT_OP_ADD_ADVERTISING, hdev) || in add_advertising() 6973 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6981 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 7018 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 7026 cmd = mgmt_pending_add(sk, MGMT_OP_ADD_ADVERTISING, hdev, data, in add_advertising() [all …]
|