Searched refs:BT_PASS (Results 1 – 5 of 5) sorted by relevance
28 #define BT_PASS 0 /* Used for general successful function returns */ macro
349 return (BT_PASS); in GAP_ConnClose()414 return (BT_PASS); in GAP_ConnReadData()430 int rc = BT_PASS; in GAP_GetRxQueueCnt()476 return (BT_PASS); in GAP_ConnBTRead()543 return (BT_PASS); in GAP_ConnWriteData()570 return (BT_PASS); in GAP_ConnReconfig()602 return (BT_PASS); in GAP_ConnSetIdleTimeout()
435 if (BT_PASS == in BTA_JvL2capRead()462 if (BT_PASS == GAP_GetRxQueueCnt((uint16_t)handle, p_data_size)) { in BTA_JvL2capReady()
358 if (GAP_ConnClose(p_cb->handle) != BT_PASS) status = BTA_JV_FAILURE; in bta_jv_free_l2c_cb()1183 if (GAP_ConnWriteData(handle, msg) == BT_PASS) in bta_jv_l2cap_write()
1274 if (result != BT_PASS) { in SendAudio()