nuttx/net/bluetooth
Gregory Nutt a569006fd8 sched/: Make more naming consistent
Rename various functions per the quidelines of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions

    nxsem_setprotocol -> nxsem_set_protocol
    nxsem_getprotocol -> nxsem_get_protocol
    nxsem_getvalue -> nxsem_get_value
2020-05-17 14:01:00 -03:00
..
bluetooth_callback.c net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types. 2019-09-01 08:47:01 -06:00
bluetooth_conn.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
bluetooth_container.c global change: fix tools/checkpatch.sh warnnings 2020-04-09 10:29:28 -06:00
bluetooth_finddev.c
bluetooth_initialize.c
bluetooth_input.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
bluetooth_poll.c net/: Run all .c files under net/ through tools/nxstyle and fix all resulting complaints. 2020-01-11 13:41:33 -03:00
bluetooth_recvfrom.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
bluetooth_sendto.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
bluetooth_sockif.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
bluetooth.h Fix typos in comments 2020-02-14 08:50:45 -06:00
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs Run codespell -w against all files 2020-02-22 14:45:07 -06:00