Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dmgmt.c172 MGMT_STATUS_SUCCESS,
1689 return MGMT_STATUS_SUCCESS; in mgmt_bredr_support()
1699 return MGMT_STATUS_SUCCESS; in mgmt_le_support()
3327 u8 status = complete ? MGMT_STATUS_SUCCESS : MGMT_STATUS_FAILED; in mgmt_smp_complete()
3582 MGMT_STATUS_SUCCESS, addr, in user_pairing_resp()
3843 MGMT_STATUS_SUCCESS, &mgmt_rp, rp_size); in read_local_oob_data_complete()
3934 status = MGMT_STATUS_SUCCESS; in add_remote_oob_data()
3991 status = MGMT_STATUS_SUCCESS; in add_remote_oob_data()
4026 status = MGMT_STATUS_SUCCESS; in remove_remote_oob_data()
4034 status = MGMT_STATUS_SUCCESS; in remove_remote_oob_data()
[all …]
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.h241 #define MGMT_STATUS_SUCCESS 0 /* The CMD completed without errors */ macro
/linux-4.1.27/include/net/bluetooth/
Dmgmt.h27 #define MGMT_STATUS_SUCCESS 0x00 macro