Home
last modified time | relevance | path

Searched refs:tBTM_CB (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c35 tBTM_CB btm_cb;
37 tBTM_CB *btm_cb_ptr;
61 btm_cb_ptr = (tBTM_CB *)osi_malloc(sizeof(tBTM_CB)); in btm_init()
64 memset(&btm_cb, 0, sizeof(tBTM_CB)); in btm_init()
Dbtm_ble.c1615 tBTM_CB *p_cb = &btm_cb; in btm_ble_ltk_request()
1648 tBTM_CB *p_cb = &btm_cb; in btm_ble_start_encrypt()
1751 tBTM_CB *p_cb = &btm_cb; in btm_ble_ltk_request_reply()
Dbtm_sec.c4886 tBTM_CB *p_cb = &btm_cb; in btm_sec_pairing_timeout()
5014 tBTM_CB *p_cb = &btm_cb; in btm_sec_pin_code_request()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h963 } tBTM_CB; typedef
988 extern tBTM_CB btm_cb;
990 extern tBTM_CB *btm_cb_ptr;