Home | History | Annotate | Download | only in btm

Lines Matching refs:remote_bda

234 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR remote_bda)
237 UNUSED(remote_bda);
873 ** remote_bda: device address to add/remove.
878 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda)
881 return btm_update_dev_to_white_list(add_remove, remote_bda);
2049 tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb)
2068 if (!GAP_BleReadPeerDevName(remote_bda, btm_ble_read_remote_name_cmpl))
2074 memcpy(p_inq->remname_bda, remote_bda, BD_ADDR_LEN);
2094 BOOLEAN btm_ble_cancel_remote_name(BD_ADDR remote_bda)
2099 status = GAP_BleCancelReadPeerDevName(remote_bda);
2649 void btm_send_sel_conn_callback(BD_ADDR remote_bda, UINT8 evt_type, UINT8 *p_data, UINT8 addr_type)
2674 if ((* btm_cb.ble_ctr_cb.p_select_cback)(remote_bda, remname))
2677 btm_ble_initiate_select_conn(remote_bda);