Home
last modified time | relevance | path

Searched refs:MGMT_STATUS_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dmgmt.c172 MGMT_STATUS_SUCCESS,
1795 return MGMT_STATUS_SUCCESS; in mgmt_bredr_support()
1805 return MGMT_STATUS_SUCCESS; in mgmt_le_support()
3451 u8 status = complete ? MGMT_STATUS_SUCCESS : MGMT_STATUS_FAILED; in mgmt_smp_complete()
3705 MGMT_STATUS_SUCCESS, addr, in user_pairing_resp()
3966 MGMT_STATUS_SUCCESS, &mgmt_rp, rp_size); in read_local_oob_data_complete()
4057 status = MGMT_STATUS_SUCCESS; in add_remote_oob_data()
4114 status = MGMT_STATUS_SUCCESS; in add_remote_oob_data()
4149 status = MGMT_STATUS_SUCCESS; in remove_remote_oob_data()
4157 status = MGMT_STATUS_SUCCESS; in remove_remote_oob_data()
[all …]
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_mgmt.h241 #define MGMT_STATUS_SUCCESS 0 /* The CMD completed without errors */ macro
/linux-4.4.14/include/net/bluetooth/
Dmgmt.h27 #define MGMT_STATUS_SUCCESS 0x00 macro