Searched refs:MGMT_OP_ADD_ADVERTISING (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | mgmt.c | 103 MGMT_OP_ADD_ADVERTISING, 6499 cmd = pending_find(MGMT_OP_ADD_ADVERTISING, hdev); in add_advertising_complete() 6558 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6562 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6566 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6580 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6586 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6591 if (pending_find(MGMT_OP_ADD_ADVERTISING, hdev) || in add_advertising() 6594 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() 6602 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising() [all …]
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | mgmt.h | 543 #define MGMT_OP_ADD_ADVERTISING 0x003E macro
|