Home | History | Annotate | Download | only in btm

Lines Matching defs:bda

1974     BD_ADDR          bda;
2009 STREAM_TO_BDADDR (bda, p);
2025 p_i = btm_inq_db_find (bda);
2051 if (btm_inq_find_bdaddr(bda))
2053 /* BTM_TRACE_DEBUG6("BDA seen before [%02x%02x %02x%02x %02x%02x]",
2054 bda[0], bda[1], bda[2], bda[3], bda[4], bda[5]);*/
2084 /* Host can be registered to verify comming BDA or DC */
2087 if (!(* btm_cb.p_inq_filter_cb) (bda, dc))
2096 p_i = btm_inq_db_new (bda);
2520 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status)
2542 if (bda != NULL)
2544 BTM_TRACE_EVENT6("BDA %02x:%02x:%02x:%02x:%02x:%02x",bda[0], bda[1],
2545 bda[2], bda[3],
2546 bda[4], bda[5]);
2549 BTM_TRACE_EVENT6("Inquire BDA %02x:%02x:%02x:%02x:%02x:%02x",p_inq->remname_bda[0], p_inq->remname_bda[1],
2555 /* If the inquire BDA and remote DBA are the same, then stop the timer and set the active to false */
2557 (((bda != NULL) &&
2558 (memcmp(bda, p_inq->remname_bda,BD_ADDR_LEN)==0)) || bda == NULL))
2613 if ((bda != NULL) && ((p_i = btm_inq_db_find (bda)) != NULL)