Home | History | Annotate | Download | only in btm

Lines Matching refs:random_bda

186                                    const bt_bdaddr_t& random_bda) {
191 comp[0] = random_bda.address[5];
192 comp[1] = random_bda.address[4];
193 comp[2] = random_bda.address[3];
278 bt_bdaddr_t random_bda;
279 bdcpy(random_bda.address, (uint8_t *)context);
284 rand[0] = random_bda.address[2];
285 rand[1] = random_bda.address[1];
286 rand[2] = random_bda.address[0];
303 return !btm_ble_proc_resolve_x(output, random_bda);
316 tBTM_SEC_DEV_REC* btm_ble_resolve_random_addr(BD_ADDR random_bda) {
323 list_foreach(btm_cb.sec_dev_rec, btm_ble_match_random_bda, random_bda);