Home
last modified time | relevance | path

Searched defs:local_role (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/pan/
Dbta_pan_api.c158 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
210 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
Dbta_pan_int.h104 tBTA_PAN_ROLE local_role; /* local role */ member
149 tBTA_PAN_ROLE local_role; /* local role */ member
/system/bt/btif/src/
Dbtif_pan.c221 static bt_status_t btpan_enable(int local_role) in btpan_enable()
240 static bt_status_t btpan_connect(const bt_bdaddr_t *bd_addr, int local_role, int remote_role) in btpan_connect()
565 btpan_conn_t* btpan_new_conn(int handle, const BD_ADDR addr, int local_role, int remote_role) in btpan_new_conn()
/system/bt/bta/include/
Dbta_pan_api.h91 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */ member
/system/bt/btif/include/
Dbtif_pan_internal.h71 int local_role; member
/system/bt/btif/co/
Dbta_pan_co.c75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open()