Home | History | Annotate | Download | only in btm

Lines Matching refs:tBTM_SEC_DEV_REC

58 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec);
59 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec);
60 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec);
61 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec);
65 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec);
77 static void btm_send_link_key_notif (tBTM_SEC_DEV_REC *p_dev_rec);
78 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec);
80 static UINT8 btm_sec_start_authorization (tBTM_SEC_DEV_REC *p_dev_rec);
83 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle);
84 UINT8 btm_sec_start_role_switch (tBTM_SEC_DEV_REC *p_dev_rec);
85 tBTM_SEC_DEV_REC *btm_sec_find_dev_by_sec_state (UINT8 state);
91 static BOOLEAN btm_dev_authenticated(tBTM_SEC_DEV_REC *p_dev_rec);
92 static BOOLEAN btm_dev_encrypted(tBTM_SEC_DEV_REC *p_dev_rec);
93 static BOOLEAN btm_dev_authorized(tBTM_SEC_DEV_REC *p_dev_rec);
94 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec);
119 static BOOLEAN btm_dev_authenticated (tBTM_SEC_DEV_REC *p_dev_rec)
137 static BOOLEAN btm_dev_encrypted (tBTM_SEC_DEV_REC *p_dev_rec)
155 static BOOLEAN btm_dev_authorized (tBTM_SEC_DEV_REC *p_dev_rec)
173 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec)
348 tBTM_SEC_DEV_REC *p_dev_rec;
371 tBTM_SEC_DEV_REC *p_dev_rec;
907 tBTM_SEC_DEV_REC *p_dev_rec;
980 tBTM_SEC_DEV_REC *p_dev_rec;
1101 tBTM_SEC_DEV_REC *p_dev_rec;
1164 tBTM_SEC_DEV_REC *p_dev_rec;
1398 tBTM_SEC_DEV_REC *p_dev_rec;
1519 tBTM_SEC_DEV_REC *p_dev_rec;
1561 tBTM_SEC_DEV_REC *p_dev_rec;
1645 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle)
1694 tBTM_SEC_DEV_REC *p_dev_rec;
1742 tBTM_SEC_DEV_REC *p_dev_rec;
2089 tBTM_SEC_DEV_REC *p_dev_rec;
2125 static BOOLEAN btm_sec_is_upgrade_possible(tBTM_SEC_DEV_REC *p_dev_rec, BOOLEAN is_originator)
2172 static void btm_sec_check_upgrade(tBTM_SEC_DEV_REC *p_dev_rec, BOOLEAN is_originator)
2232 tBTM_SEC_DEV_REC *p_dev_rec;
2558 tBTM_SEC_DEV_REC *p_dev_rec;
2679 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bda);
2771 tBTM_SEC_DEV_REC *p_dev_rec;
2986 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
3012 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec)
3064 tBTM_SEC_DEV_REC *p_dev_rec;
3326 tBTM_SEC_DEV_REC *p_dev_rec;
3362 tBTM_SEC_DEV_REC *p_dev_rec;
3509 tBTM_SEC_DEV_REC *p_dev_rec;
3578 tBTM_SEC_DEV_REC *p_dev_rec;
3742 tBTM_SEC_DEV_REC *p_dev_rec;
3824 tBTM_SEC_DEV_REC *p_dev_rec;
3898 tBTM_SEC_DEV_REC *p_dev_rec;
3941 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
4118 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
4147 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
4248 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda);
4278 tBTM_SEC_DEV_REC *p_dev_rec = btm_cb.p_collided_dev_rec;
4309 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bda);
4612 tBTM_SEC_DEV_REC *p_dev_rec = (tBTM_SEC_DEV_REC *)p_ref_data;
4653 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
4687 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
4789 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_bda);
4876 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_bda);
4931 tBTM_SEC_DEV_REC *p_dev_rec;
5057 tBTM_SEC_DEV_REC *p_dev_rec;
5234 tBTM_SEC_DEV_REC *p_dev_rec;
5268 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec)
5376 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec)
5403 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec)
5419 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec)
5438 static UINT8 btm_sec_start_authorization (tBTM_SEC_DEV_REC *p_dev_rec)
5672 static void btm_send_link_key_notif (tBTM_SEC_DEV_REC *p_dev_rec)
5694 tBTM_SEC_DEV_REC *p_dev_rec;
5744 tBTM_SEC_DEV_REC *btm_sec_find_dev_by_sec_state (UINT8 state)
5746 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0];
5770 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
5884 void btm_sec_dev_rec_cback_event (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 res, BOOLEAN is_le_transport)
5936 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec)
5995 void btm_sec_clear_ble_keys (tBTM_SEC_DEV_REC *p_dev_rec)
6019 tBTM_SEC_DEV_REC *p_dev_rec= btm_find_dev (bda);
6045 tBTM_SEC_DEV_REC *p_dev_rec= btm_find_dev (bda);
6067 BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT8 *p_found_idx, tBTM_SEC_DEV_REC **p_rec)
6072 tBTM_SEC_DEV_REC *p_dev_rec;