Searched refs:RFCOMM_SUCCESS (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_session_fsm.c | 80 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 103 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 148 return RFCOMM_SUCCESS; in RfcommRecvReqConnectRslt() 154 if ((connectRslt.result == RFCOMM_SUCCESS) && (connectRslt.lcid != 0)) { in RfcommRecvReqConnectRslt() 161 if ((connectRslt.result != RFCOMM_SUCCESS) || (connectRslt.lcid == 0)) { in RfcommRecvReqConnectRslt() 173 return RFCOMM_SUCCESS; in RfcommRecvReqConnectRslt() 181 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 214 return RFCOMM_SUCCESS; in RfcommRecvConnectRsp() 239 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 261 return RFCOMM_SUCCESS; in RfcommRecvConfigRsp() [all...] |
H A D | rfcomm.c | 101 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 113 return RFCOMM_SUCCESS; in RfcommFreeServerNum() 121 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 184 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 210 return RFCOMM_SUCCESS; in RfcommRegisterServer() 220 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 242 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 262 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 282 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 299 return RFCOMM_SUCCESS; in RfcommDeregisterServer() [all...] |
H A D | rfcomm_l2cap_if.c | 425 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 432 if (ret != RFCOMM_SUCCESS) { in RfcommSendConnectReq() 446 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 454 return RFCOMM_SUCCESS; in RfcommSendConnectRsp() 462 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 469 if (ret != RFCOMM_SUCCESS) { in RfcommSendConfigReq() 483 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 490 if (ret != RFCOMM_SUCCESS) { in RfcommSendConfigRsp() 501 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 509 return RFCOMM_SUCCESS; in RfcommSendDisconnectReq() [all...] |
H A D | rfcomm_channel_fsm.c | 86 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 109 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 160 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 226 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 300 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 311 return RFCOMM_SUCCESS; in RfcommRecvDm() 347 return RFCOMM_SUCCESS; in RfcommRecvDm() 355 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 389 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 410 * @return Returns <b>RFCOMM_SUCCESS</ [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection.cpp | 75 if ((ret != RFCOMM_SUCCESS) && (ret != RFCOMM_NO_DATA)) { in ReadData()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_rfcomm_connection.cpp | 76 if ((ret != RFCOMM_SUCCESS) && (ret != RFCOMM_NO_DATA)) { in ReadData()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | rfcomm.h | 84 #define RFCOMM_SUCCESS BT_SUCCESS // Function successful macro 222 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 232 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 247 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 259 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 271 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 283 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 293 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 306 * @return Returns <b>RFCOMM_SUCCESS</b> if the operation is successful, otherwise the operation fails. 316 * @return Returns <b>RFCOMM_SUCCESS</ [all...] |
Completed in 9 milliseconds