Searched refs:tBTA_PAN_ROLE (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/include/ |
D | bta_pan_api.h | 57 typedef UINT8 tBTA_PAN_ROLE; typedef 73 tBTA_PAN_ROLE role; /* PAN roles successfully registered */ 91 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */ 92 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */ 163 BTA_API void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO… 179 BTA_API void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role);
|
D | bta_pan_co.h | 81 …extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE p…
|
/external/bluetooth/bluedroid/bta/pan/ |
D | bta_pan_api.c | 108 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole() 176 BTA_API void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen() 224 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole() 233 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
|
D | bta_pan_int.h | 88 tBTA_PAN_ROLE role; 103 tBTA_PAN_ROLE local_role; /* local role */ 104 tBTA_PAN_ROLE peer_role; /* peer role */ 148 tBTA_PAN_ROLE local_role; /* local role */ 149 tBTA_PAN_ROLE peer_role; /* peer role */
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_pan_co.c | 75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open() 76 tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr) in bta_pan_co_open()
|