Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

118     BD_ADDR                 remote_bda;
188 BD_ADDR_PTR remote_bda;
203 BD_ADDR remote_bda;
213 BD_ADDR remote_bda;
351 BD_ADDR remote_bda;
400 BD_ADDR remote_bda;
409 BD_ADDR remote_bda;
498 BD_ADDR remote_bda
506 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
508 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
510 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
526 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda, BOOLEAN add, BOOLEAN is_listen);
527 extern BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role);
549 extern tBTA_GATTC_CONN * bta_gattc_conn_alloc(BD_ADDR remote_bda);
550 extern tBTA_GATTC_CONN * bta_gattc_conn_find(BD_ADDR remote_bda);
551 extern tBTA_GATTC_CONN * bta_gattc_conn_find_alloc(BD_ADDR remote_bda);
552 extern BOOLEAN bta_gattc_conn_dealloc(BD_ADDR remote_bda);