Searched refs:BT_PASS (Results 1 – 5 of 5) sorted by relevance
25 #define BT_PASS 0 /* Used for general successful function returns */ macro
336 return (BT_PASS); in GAP_ConnClose()397 return (BT_PASS); in GAP_ConnReadData()413 int rc = BT_PASS; in GAP_GetRxQueueCnt()492 return (BT_PASS); in GAP_ConnWriteData()
342 if (BT_PASS == in BTA_JvL2capRead()370 if (BT_PASS == GAP_GetRxQueueCnt((uint16_t)handle, p_data_size)) { in BTA_JvL2capReady()
399 if (GAP_ConnClose(p_cb->handle) != BT_PASS) in bta_jv_free_l2c_cb()1319 if (GAP_ConnWriteData(handle, msg) == BT_PASS) in bta_jv_l2cap_write()
1632 if (result != BT_PASS) { in SendAudio()