Home
last modified time | relevance | path

Searched refs:rfcomm_send_prepared (Results 1 – 7 of 7) sorted by relevance

/btstack/src/classic/
H A Drfcomm.h450 uint8_t rfcomm_send_prepared(uint16_t rfcomm_cid, uint16_t len);
H A Dgoep_server.c730 return rfcomm_send_prepared(connection->bearer_cid, pos); in goep_server_execute()
H A Dgoep_client.c902 return rfcomm_send_prepared(goep_client->bearer_cid, pos); in goep_client_execute_with_final_bit()
H A Drfcomm.c2295 uint8_t rfcomm_send_prepared(uint16_t rfcomm_cid, uint16_t len){ in rfcomm_send_prepared() function
2357 status = rfcomm_send_prepared(rfcomm_cid, len); in rfcomm_send()
H A Dhfp_ag.c424 rfcomm_send_prepared(cid, offset); in hfp_ag_send_cmd_via_generator()
/btstack/test/hfp/
H A Dmock.c187 uint8_t rfcomm_send_prepared(uint16_t rfcomm_cid, uint16_t len){ in rfcomm_send_prepared() function
/btstack/doc/manual/docs-template/
H A Dprotocols.md615 data with *rfcomm_send_prepared*.