Home
last modified time | relevance | path

Searched refs:ESP_BT_GAP_PIN_REQ_EVT (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c102 case ESP_BT_GAP_PIN_REQ_EVT: { in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/
Dmain.c167 case ESP_BT_GAP_PIN_REQ_EVT:{ in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/main/
Dmain.c159 case ESP_BT_GAP_PIN_REQ_EVT:{ in esp_bt_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h215 ESP_BT_GAP_PIN_REQ_EVT, /*!< Legacy Pairing Pin code request */ enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c245 case ESP_BT_GAP_PIN_REQ_EVT:{ in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c161 case ESP_BT_GAP_PIN_REQ_EVT:{ in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dmain.c287 case ESP_BT_GAP_PIN_REQ_EVT:{ in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c251 case ESP_BT_GAP_PIN_REQ_EVT: { in bt_app_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c1060 btc_gap_bt_cb_to_app(ESP_BT_GAP_PIN_REQ_EVT, (esp_bt_gap_cb_param_t *)msg->arg); in btc_gap_bt_cb_handler()