# coolnameismy/BabyBluetooth

:baby: The easiest way to use Bluetooth (BLE )in ios/os ,even bady can use . 一个非常容易使用的蓝牙库,适用于ios和os

Repository: https://github.com/coolnameismy/BabyBluetooth
Canonical: https://ross.abutalabs.com/products/babybluetooth
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2021-03-10T06:54:03+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4051, "days_push": 2002, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4746, forks 1003 (observed 2026-08-28T04:08:57.865173+00:00)

## What it is
BabyBluetooth is an Objective-C library that wraps Apple's CoreBluetooth framework to simplify BLE (Bluetooth 4.0) development on iOS and macOS. It replaces delegate-heavy CoreBluetooth code with block-based, chainable APIs and supports both central and peripheral modes.

## Use cases
- scan for BLE peripherals from an iOS app
- connect to and communicate with Bluetooth LE devices
- simulate a BLE peripheral with services and characteristics
- filter discovered Bluetooth devices by name or RSSI
- simplify CoreBluetooth delegate code with blocks

## When to choose
- building an iOS or macOS app that talks to BLE hardware
- you want a simpler, block-based alternative to raw CoreBluetooth
- you need both central and peripheral mode support in Objective-C

## When to avoid
- developing in Swift with modern BLE libraries like CoreBluetooth async wrappers
- targeting Android or cross-platform BLE needs
- you need actively maintained updates — the latest release is from 2021

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: mobile-development, developer-tools, cross-platform
- platform: -
- tags: bluetooth, ble, corebluetooth, objective-c, block-based-api, chainable-api, ios, macos, swift

## Member repositories
- coolnameismy/BabyBluetooth (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:57.865173+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:56.421670+00:00, confidence not recorded.
  - readme: https://github.com/coolnameismy/BabyBluetooth (fetched 2026-08-28T04:08:57.865173+00:00, sha 9b94d116f9b9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
