HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTC_CONN (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 809 tBTA_GATTC_CONN * bta_gattc_conn_alloc(BD_ADDR remote_bda)
812 tBTA_GATTC_CONN *p_conn = &bta_gattc_cb.conn_track[0];
838 tBTA_GATTC_CONN * bta_gattc_conn_find(BD_ADDR remote_bda)
841 tBTA_GATTC_CONN *p_conn = &bta_gattc_cb.conn_track[0];
866 tBTA_GATTC_CONN * bta_gattc_conn_find_alloc(BD_ADDR remote_bda)
868 tBTA_GATTC_CONN *p_conn = bta_gattc_conn_find (remote_bda);
888 tBTA_GATTC_CONN *p_conn = bta_gattc_conn_find (remote_bda);
bta_gattc_int.h 410 }tBTA_GATTC_CONN;
424 tBTA_GATTC_CONN conn_track[BTA_GATTC_CONN_MAX];
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);
bta_gattc_act.c     [all...]

Completed in 42 milliseconds