Home
last modified time | relevance | path

Searched refs:bt_hc_postload_result_t (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
Dbt_hci_lib.h77 } bt_hc_postload_result_t; typedef
109 typedef void (*postload_result_cb)(TRANSAC transac, bt_hc_postload_result_t result);
/external/bluetooth/bluedroid/hci/src/
Dbt_hw.c68 bt_hc_postload_result_t status = (result == BT_VND_OP_RESULT_SUCCESS) ? \ in fwcfg_cb()
/external/bluetooth/bluedroid/main/
Dbte_main.c584 static void postload_cb(TRANSAC transac, bt_hc_postload_result_t result) in postload_cb()