Home | History | Annotate | Download | only in btm

Lines Matching refs:evt_type

51 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p);
121 p_cb->evt_type = btm_set_conn_mode_adv_init_addr(p_cb, p_addr_ptr, &init_addr_type, &p_cb->adv_addr_type);
125 p_cb->evt_type,
218 UINT8 evt_type = p_cb->scan_rsp ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT;
226 evt_type = p_cb->scan_rsp ? BTM_BLE_CONNECT_EVT: BTM_BLE_NON_CONNECT_EVT;
235 evt_type,
244 p_cb->evt_type = evt_type;
418 UINT8 evt_type;
427 evt_type = BTM_BLE_CONNECT_DIR_EVT;
431 evt_type = BTM_BLE_CONNECT_EVT;
434 return evt_type;
489 p_cb->evt_type = btm_set_conn_mode_adv_init_addr(p_cb, p_addr_ptr, &init_addr_type, &own_addr_type);
494 p_cb->evt_type,
883 UINT8 evt_type = (p_cb->connectable_mode == BTM_BLE_NON_CONNECTABLE) ? \
932 p_cb->evt_type = btm_set_conn_mode_adv_init_addr(p_cb, p_addr_ptr, &init_addr_type, &own_addr_type);
938 BTM_TRACE_EVENT2 ("evt_typeevt_type=0x%x ", evt_type, p_cb->evt_type);
940 (evt_type != p_cb->evt_type ||p_cb->adv_addr_type != own_addr_type))
947 evt_type,
957 p_cb->evt_type = evt_type;
1002 UINT8 evt_type = (p_cb->scan_rsp) ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT;
1038 evt_type = btm_set_conn_mode_adv_init_addr(p_cb, p_addr_ptr, &init_addr_type, &own_addr_type);
1042 if ((p_cb->evt_type != evt_type || p_cb->adv_addr_type != p_addr_cb->own_addr_type)
1049 evt_type,
1058 p_cb->evt_type = evt_type;
1390 void btm_ble_cache_adv_data(tBTM_INQ_RESULTS *p_cur, UINT8 data_len, UINT8 *p, UINT8 evt_type)
1397 if (evt_type != BTM_BLE_SCAN_RSP_EVT)
1437 BOOLEAN btm_ble_is_discoverable(BD_ADDR bda, UINT8 evt_type, UINT8 *p)
1461 if (evt_type == BTM_BLE_SCAN_RSP_EVT)
1512 BOOLEAN btm_ble_update_inq_result(tINQ_DB_ENT *p_i, UINT8 addr_type, UINT8 evt_type, UINT8 *p)
1530 btm_ble_cache_adv_data(p_cur, data_len, p, evt_type);
1542 (evt_type == BTM_BLE_CONNECT_EVT || evt_type == BTM_BLE_DISCOVER_EVT)))
1555 if (evt_type != BTM_BLE_SCAN_RSP_EVT)
1556 p_cur->ble_evt_type = evt_type;
1568 evt_type != BTM_BLE_CONNECT_DIR_EVT)
1593 void btm_send_sel_conn_callback(BD_ADDR remote_bda, UINT8 evt_type, UINT8 *p_data, UINT8 addr_type)
1600 (evt_type != BTM_BLE_EVT_CONN_ADV && evt_type != BTM_BLE_EVT_CONN_DIR_ADV))
1640 UINT8 evt_type = 0, *p = p_data;
1647 STREAM_TO_UINT8 (evt_type, p);
1655 (*btm_cb.ble_ctr_cb.p_scan_req_cback)(bda, addr_type, evt_type);
1668 btm_ble_process_adv_pkt_cont(bda, addr_type, evt_type, p);
1683 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p)
1721 if (btm_ble_is_discoverable(bda, evt_type, p))
1745 to_report = btm_ble_update_inq_result(p_i, addr_type, evt_type, p);
1779 (evt_type == BTM_BLE_CONNECT_EVT || evt_type == BTM_BLE_CONNECT_DIR_EVT))
1780 btm_send_sel_conn_callback(bda, evt_type, p, addr_type);
2077 p_cb->inq_var.evt_type = BTM_BLE_UNKNOWN_EVT;