Home | History | Annotate | Download | only in btm

Lines Matching defs:addr_type

64 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p);
634 UINT8 addr_type = BLE_ADDR_RANDOM;
642 STREAM_TO_UINT8 (addr_type, pp);
651 addr_type = match_rec->ble.ble_addr_type;
658 btm_ble_process_adv_pkt_cont(bda, addr_type, evt_type, pp);
851 if (btm_cb.ble_ctr_cb.privacy && /* own addr_type is random */
2242 BOOLEAN btm_ble_update_inq_result(tINQ_DB_ENT *p_i, UINT8 addr_type, UINT8 evt_type, UINT8 *p)
2268 p_cur->ble_addr_type = addr_type;
2363 void btm_send_sel_conn_callback(BD_ADDR remote_bda, UINT8 evt_type, UINT8 *p_data, UINT8 addr_type)
2367 UNUSED(addr_type);
2412 UINT8 addr_type = 0;
2426 STREAM_TO_UINT8 (addr_type, p);
2433 (*btm_cb.ble_ctr_cb.p_scan_req_cback)(bda, addr_type, evt_type);
2439 btm_public_addr_to_random_pseudo(bda, &addr_type);
2461 btm_ble_process_adv_pkt_cont(bda, addr_type, evt_type, p);
2483 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p)
2531 if (!btm_ble_update_inq_result(p_i, addr_type, evt_type, p))
2570 btm_send_sel_conn_callback(bda, evt_type, p, addr_type);