Home
last modified time | relevance | path

Searched refs:MGMT_OP_ADD_ADVERTISING (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dmgmt.c103 MGMT_OP_ADD_ADVERTISING,
6506 cmd = pending_find(MGMT_OP_ADD_ADVERTISING, hdev); in add_advertising_complete()
6565 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
6569 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
6573 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
6587 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
6593 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
6598 if (pending_find(MGMT_OP_ADD_ADVERTISING, hdev) || in add_advertising()
6601 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
6609 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
[all …]
/Linux-v4.19/include/net/bluetooth/
Dmgmt.h543 #define MGMT_OP_ADD_ADVERTISING 0x003E macro