Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h101 void btc_blufi_recv_handler(uint8_t *data, int len);
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c222 btc_blufi_recv_handler(&p_data->req_data.p_data->write_req.value[0], in blufi_profile_cb()
234 btc_blufi_recv_handler(blufi_env.prepare_buf, blufi_env.prepare_len); in blufi_profile_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c144 btc_blufi_recv_handler(fw_buf, offset); in write_value()
149 btc_blufi_recv_handler(&ctxt->om->om_data[0], ctxt->om->om_len); in write_value()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c96 void btc_blufi_recv_handler(uint8_t *data, int len) in btc_blufi_recv_handler() function