27#ifndef BTIF_SOCK_RFC_H
28#define BTIF_SOCK_RFC_H
30bt_status_t btsock_rfc_init(
int handle);
31bt_status_t btsock_rfc_cleanup();
32bt_status_t btsock_rfc_listen(
const char* name,
const uint8_t* uuid,
int channel,
33 int* sock_fd,
int flags);
34bt_status_t btsock_rfc_connect(
const bt_bdaddr_t *bd_addr,
const uint8_t* uuid,
35 int channel,
int* sock_fd,
int flags);
36void btsock_rfc_signaled(
int fd,
int flags, uint32_t user_id);