Home
last modified time | relevance | path

Searched refs:BT_PASS (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/include/
Dprofiles_api.h28 #define BT_PASS 0 /* Used for general successful function returns */ macro
/system/bt/stack/gap/
Dgap_conn.cc349 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()
/system/bt/bta/jv/
Dbta_jv_api.cc435 if (BT_PASS == in BTA_JvL2capRead()
462 if (BT_PASS == GAP_GetRxQueueCnt((uint16_t)handle, p_data_size)) { in BTA_JvL2capReady()
Dbta_jv_act.cc358 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()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1274 if (result != BT_PASS) { in SendAudio()