Home | History | Annotate | Download | only in btm

Lines Matching full:bd_addr

947 tBTM_STATUS  BTM_ReadRemoteDeviceName (BD_ADDR remote_bda, tBTM_CMPL_CB *p_cb)
1111 tBTM_INQ_INFO *BTM_InqDbRead (BD_ADDR p_bda)
1200 ** Parameter p_bda - (input) BD_ADDR -> Address of device to clear
1207 tBTM_STATUS BTM_ClearInqDb (BD_ADDR p_bda)
1505 ** Parameter p_bda - (input) BD_ADDR -> Address of device to clear
1511 void btm_clr_inq_db (BD_ADDR p_bda)
1525 /* If this is the specified BD_ADDR or clearing all devices */
1581 BOOLEAN btm_inq_find_bdaddr (BD_ADDR p_bda)
1594 if (!memcmp(p_db->bd_addr, p_bda, BD_ADDR_LEN)
1602 memcpy(p_db->bd_addr, p_bda, BD_ADDR_LEN);
1621 tINQ_DB_ENT *btm_inq_db_find (BD_ADDR p_bda)
1647 tINQ_DB_ENT *btm_inq_db_new (BD_ADDR p_bda)
1710 ** p_filt_cond - this is either a BD_ADDR or DEV_CLASS depending on the
1955 BD_ADDR bda;
2393 tBTM_STATUS btm_initiate_rem_name (BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur,
2500 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status)