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

  /system/bt/btif/src/
btif_gatt_server.c 524 btif_gatts_cb_t btif_cb; local
525 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t));
527 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
533 btif_gatts_cb_t btif_cb; local
534 btif_cb.server_if = (uint8_t) server_if;
536 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
543 btif_gatts_cb_t btif_cb; local
544 btif_cb.server_if = (uint8_t) server_if;
545 btif_cb.is_direct = is_direct ? 1 : 0;
546 btif_cb.transport = (btgatt_transport_t)transport
555 btif_gatts_cb_t btif_cb; local
567 btif_gatts_cb_t btif_cb; local
579 btif_gatts_cb_t btif_cb; local
592 btif_gatts_cb_t btif_cb; local
606 btif_gatts_cb_t btif_cb; local
618 btif_gatts_cb_t btif_cb; local
629 btif_gatts_cb_t btif_cb; local
639 btif_gatts_cb_t btif_cb; local
650 btif_gatts_cb_t btif_cb; local
665 btif_gatts_cb_t btif_cb; local
    [all...]
btif_gatt_client.c 828 btif_gattc_cb_t btif_cb; local
843 btif_cb.status = call_status;
844 btif_cb.client_if = client_if;
845 btif_cb.inst_id = inst_id;
870 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
877 btif_gattc_cb_t btif_cb; local
878 btif_cb.status = call_status;
879 btif_cb.action = 0;
881 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
980 btif_gattc_cb_t btif_cb; local
1047 btif_gattc_cb_t btif_cb; local
1059 btgatt_adv_filter_cb_t btif_cb; local
1073 btgatt_adv_filter_cb_t btif_cb; local
1086 btgatt_adv_filter_cb_t btif_cb; local
1621 btif_gattc_cb_t btif_cb; local
1630 btif_gattc_cb_t btif_cb; local
1639 btif_gattc_cb_t btif_cb; local
1648 btif_gattc_cb_t btif_cb; local
1660 btif_gattc_cb_t btif_cb; local
1671 btif_gattc_cb_t btif_cb; local
1739 btif_gattc_cb_t btif_cb; local
1749 btif_gattc_cb_t btif_cb; local
1761 btif_gattc_cb_t btif_cb; local
1772 btif_gattc_cb_t btif_cb; local
1783 btif_gattc_cb_t btif_cb; local
1795 btif_gattc_cb_t btif_cb; local
1811 btif_gattc_cb_t btif_cb; local
1825 btif_gattc_cb_t btif_cb; local
1836 btif_gattc_cb_t btif_cb; local
1848 btif_gattc_cb_t btif_cb; local
1859 btif_gattc_cb_t btif_cb; local
1869 btif_gattc_cb_t btif_cb; local
1880 btif_conn_param_cb_t btif_cb; local
1991 btif_gattc_cb_t btif_cb; local
    [all...]
btif_dm.c 2221 btif_activity_energy_info_cb_t btif_cb; local
    [all...]

Completed in 91 milliseconds