Searched refs:ble_msg (Results 1 – 1 of 1) sorted by relevance
746 btc_msg_t *ble_msg; in btc_dm_sec_cb_handler() local750 ble_msg = (btc_msg_t *)osi_malloc(sizeof(btc_msg_t) + sizeof(esp_ble_gap_cb_param_t)); in btc_dm_sec_cb_handler()751 if (ble_msg == NULL) { in btc_dm_sec_cb_handler()756 ble_msg->sig = BTC_SIG_API_CB; in btc_dm_sec_cb_handler()757 ble_msg->pid = BTC_PID_GAP_BLE; in btc_dm_sec_cb_handler()846 ble_msg->act = ESP_GAP_BLE_REMOVE_BOND_DEV_COMPLETE_EVT; in btc_dm_sec_cb_handler()871 ble_msg->act = ESP_GAP_BLE_AUTH_CMPL_EVT; in btc_dm_sec_cb_handler()886 ble_msg->act = ESP_GAP_BLE_KEY_EVT; in btc_dm_sec_cb_handler()953 ble_msg->act = ESP_GAP_BLE_SEC_REQ_EVT; in btc_dm_sec_cb_handler()959 ble_msg->act = ESP_GAP_BLE_PASSKEY_NOTIF_EVT; in btc_dm_sec_cb_handler()[all …]