Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dmgmt.c103 MGMT_OP_ADD_ADVERTISING,
7068 cmd = pending_find(MGMT_OP_ADD_ADVERTISING, hdev); in add_advertising_complete()
7155 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
7159 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
7171 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
7177 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
7182 if (pending_find(MGMT_OP_ADD_ADVERTISING, hdev) || in add_advertising()
7185 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
7193 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
7204 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_ADD_ADVERTISING, in add_advertising()
[all …]
/linux-4.4.14/include/net/bluetooth/
Dmgmt.h542 #define MGMT_OP_ADD_ADVERTISING 0x003E macro